body{
    height: 100vh;
}

#container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.logo {
    max-width: 50%;
    width:50%;
}