.container {
    display: flex;
    justify-content: center;
    align-items: center; 
    margin-top: 15%;
    
}

#logo{
    width: 300px;
}