body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-align: center;
    
}

header {
    background-color: #f1f1f1;
    padding: 20px;
}

nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: white; 
    font-family: 20px ;
    color: red;
}
.fafa{
    color: blue;
    font-size: 25px;
    font-style: italic;
}
h1{
    color: black;
     text-shadow: ;
    }
.rara{
    color: black;
}
.product-list {
        display: flex;
        justify-content: center;
      }
.product-item {
        flex: 1;
        margin: 10px;
        text-align: center;
 }
.nameP{
    color: red;
} 
.nameP1{
    color: indigo ;
}
.nameP2{
    color: violet;
}
.fafa1{
    color: black;
    
    font-size: 20px;
}
a1{
    padding-top: 50px;
    color: red;
}
.icecreamback{
    margin-right: 1200px;
    padding-top: 20px;
}  
.abt{
    font-style: italic;
}
.abt-fnt{
    font-size: 20px;
}
.trms{
    font-size: 20px;
}
.fnt{
    font-style: italic;
    font-size: 18px;

    
}

    
    
