
* {
    margin: 0;
    padding: 0;
    
}



.d1{
    background-color: red;
    text-align: center;
    color: white;
    padding: 5px;
    text-decoration: none;
}



.new {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color:black;
    padding: 20px;
    margin-top: 20px;
}

.n1 img {
    width: 120px;
   
}

.n2 ul {
   
    display: flex;
}

.n2 ul li {
    margin: 0 15px;
}

.n2 ul li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    padding: 10px;
}


.new2 {
    display: grid;
    grid-template-columns: 33% 33% 33%; 
    padding: 30px;
    padding-right: 30px;
     
}

.s1 img {
    width: 400px;
      
}
.s2 img{
    width: 440px;
  
}
.s3 img{
    width: 440px;
}

.new2{
    font-family: cursive;
    text-align: justify;
    font-size: 18px;
}
.s1 p {
    width: 84%;
    text-align: justify;
    font-size: 16px;
    margin-top: 10px; 
}
.s2 p {
    width: 90%;
    text-align: justify;
    font-size: 16px;
    margin-top: 10px; 
}
.s3 p {
    width: 90%;
    text-align: justify;
    font-size: 16px;
    margin-top: 10px; 
}

.s1 button{
    margin-top: 20px;
    border-radius: 40px;
    color: white;
    background-color: black;
    padding: 20px;
    width: 390px;
    font-size: 15px;
    font-family: cursive;
}
.s2 button{
    margin-top: 20px;
    border-radius: 40px;
    color: white;
    background-color: black;
    padding: 20px;
    margin-top: 50px;
    width: 390px;
    font-size: 15px;
    font-family: cursive;
}
.s3 button{
    margin-top: 20px;
    border-radius: 40px;
    color: white;
    background-color: black;
    padding: 20px;
    width: 390px;
    margin-top: 50px;
    font-size: 15px;
    font-family: cursive;
}