.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.logo {
    height: 500px;
    width: 600px;
    object-fit: contain;
}