@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600&display=swap');

* {
  margin: 0;
  padding: 0;
}
body {
    font-family: 'Poppins', sans-serif;
}
header{
    width: 100%;
    height: 70px;
    background-color: lightgray;
}
header img{
    margin-top: 10px;
    margin-left: 35px;
    width: 20%;
}
.s1flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
    
}
.p1 p{
    
    margin-left: 70px;
    font-size: 20px;
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

.p1 img{
    
    width: 70%;
    margin-top: 100px;
    margin-left: 70px;

    
}
.p2 img{
    width: 30%;
    right: 50px;
    position: absolute;
}

/* Section 2 */
.section2{
    margin-top: 50px;
    width: 100%;
    height: 600px;
    
}
.section2 h2{
    text-align: center;
    font-size: 25px;
}
.section2 h1{
    text-align: center;
    color: lightskyblue;
    font-size: 45px;
    text-shadow: 2px 2px yellow;
}
.section2 img{
    width: 80%;
    margin-left: 150px;
}
.section3 img{
    margin-top: 30px;
    width: 80%;
    margin-left: 150px;
}
        /* Section 4 */
.s4flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px;
}
.s4flex .p1{
    margin: 50px;
}
.s4flex .p1 p{
    margin-left: 100px;
    font-size: 50px;
    font-weight: bold;
    margin-top: 50px;
    font-family: Arial, Helvetica, sans-serif;
}

.s4flex .p1 img{
    
    width: 80%;
    height: 200px;
    margin-left: 70px;
    margin-top: 300px;
    
}
.s4flex .p2 img{
    width: 30%;
    height: 650px;
    right: 50px; 
}
    /* Section 5 */
.section5{
    margin-top: 30px;
    margin: 100px auto;
    
}
.section5 h1{
    margin-left: 70px;
    
}
.section5 img{
    width: 80%;
    margin-left: 150px;
}
    /* Section 6 */
.section6{
    margin-top: 30px;
    margin: 100px auto;
    
}
.section6 h1{
    margin-left: 70px;
    
}
.section6 img{
    width: 80%;
    margin-left: 150px;
}
    /* Section 7 */
.section7{
    margin-top: 30px;
    margin: 100px auto;
    
}
.section7 h1{
    margin-left: 70px;
    
}
.section7 img{
    width: 80%;
    margin-left: 150px;
}