* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    scroll-behavior: smooth;
}



main {
   
   background: white;
   margin-left: 40px;
   margin-right: 40px;
   
}

header {
    margin-top: 80px;
    margin-bottom: 50px;
    margin-left: 40px;
    margin-right: 40px;
}

p {
    
    
}

@media only screen and (max-width: 1320px) {
   
}

@media only screen and (max-width: 1100px) {
    
}

@media only screen and (max-width: 900px) {


  
}


   


   

        

        /* Header and menu ends here*/

    




@media only screen and (max-width: 1320px) {
    
}

@media only screen and (max-width: 1100px) {
    
    

}

@media only screen and (max-width: 900px) {
  
    
}



    /* Footer */


footer {
    background: #232323;
    text-align: center;
    align-content: center;
    
}

.pfooter {
    color: white;
    padding-top: 40px;
    padding-bottom: 40px;
    text-align: center;

}