*{
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.d1{
    background-color: red;
    text-align: center;
    color: white;
    font-size: 20px;
    font-family: initial;
   padding: 10px;

}

.logo img{
    margin-left: 90px;
    margin-top: 70px;
}

.d2{
    background-color:red;
   margin-left: 800px;
   margin-top: -130px;
   margin-right: 50px;
   padding: 10px ;
}

.d2 nav ul{
    text-align: center;
    color: rgb(168, 199, 199);
    font-size: 25px;
    font-family: cursive;
}

.d2 nav ul li{
    display: inline;
}

.d2 nav ul li a{
    color:white;
} 

.s2  button{
    background-color:red;
    color: white;
    padding: 10px 25px;
    border-radius: 25px;
    
    }
.s2 p h3{
    margin-right: -100px;
    margin-left: 300px;
    text-align: center;


}
.s2 {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    text-align: center;
   justify-content: center;
   margin-top: 50px;
}

.d3 img{
    width: 420px;
}

.d4 img{
    width: 380px;
}
.d5 img{
    width: 380px;
}
