<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body
{
    height: 100%;
    margin: 0;
    background-color: #ebebeb;
    
    font-family: 'Raleway', sans-serif;
    
}

body
{
    
    background-size: cover;
    background-position: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
    
    section
    {
        width: 17%; height: 17%;
        
        display: flex;
        justify-content: center;
        align-items: center;
      
    }

div
{
      
        display: flex;
        justify-content: center;
        align-items: center;
        
}

 @media only screen and (max-width: 1000px)
            
            {
                 
               nav
               {
                height: 10%;
               
            
                display: flex;
                justify-content:center;
                padding-bottom: 5%;
                padding-top: 5%;
               }
   
                section 
                {
                    
                    display: flex;
                    justify-content: center;
                    padding-bottom: 5%;
                    padding-top: 5%;
               
                }
                
                 div
                {
                                     
                    display: flex;
                    justify-content: center;
                    padding-bottom: 5%;
                    padding-top: 5%;
               
                   
                  
                }
      </pre></body></html>