* {
    margin: 0;
    padding: 0;  

}
body {   
    
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}



.container {
        
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
        background-color: white;
        gap: 15px;
        
       
        
        
}

.container header {
    height: 7.6rem;
    

}

.container main {
        
        
        justify-content: center;
        align-items: end;

}

.container footer {   
    bottom: 0;
     

}



