@import “header”, “footer”; body, html{

min-width: 425px;
// max-width: 1080px; 
// font settings
font-size: 18px;
color: #333;
a, li{
    text-decoration: none;
    color: #333;
}
ul{
    list-style: none;
}

}