div#temp_logo {
display: flex;
justify-content: center;
justify-items: center;
background-color: #b6ede0;
#logo {
    max-width: 100%;
    height: auto; 
 }
}
body{
background-color: #b6ede0;
} 



