body{
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    font-family:'Roboto';
}

.container1,
.footer{
    background-color: #1F2937;
    display: flex;
    flex-direction: column;
}
.container1{
    padding: 20px 200px 100px;
    gap: 100px;
}
.header{
    font-size: 24px;
    font-weight:bold;
    color: #F9FAF8;
}

.top1{
    display: flex;
    justify-content: space-between;
}
ul{
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    gap: 20px;
}
a,
.text,
.footer{

    font-size: 18px;
    text-decoration: none;
    color:#E5E7EB;
}
.hero{
    font-size: 48px;
    color: #F9FAF8;
    font-weight: 900;
}
.bottom1{
    display: flex;

}
.herodiv{
    display: flex;
    flex-direction: column;
    justify-content:left;
    align-items: flex-start;
    gap: 15px;
}
.img1{
    width: 600;
    height: 300;
}

.container2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background-color: white;
    padding-bottom: 100px;

}
.subheading{
    font-size: 36px;
    color: #1F2937;
    font-weight: 900;
    display: flex;
    justify-content: center;
    padding: 30px;
}
.info{
    display: flex;
    width: 150px;
    height: 100px;
    flex-direction: column;
    align-content: center;
    row-gap: 15px;
}
.container2 img{
    border: 4px solid #3882F6;
    width: 150px;
    height: 100px;
    border-radius: 8px;
}
.imgcontainer .text{
    font-size: 18px;
    color: #1F2937;
    text-align: center;
}
.imgcontainer{
    display: flex;
    gap: 50px;
    padding-bottom: 60px;
}
.container3{
    display: flex;
    background-color: #E5E7EB;
    flex-direction: column;
    padding: 100px 300px 100px 300px;
}
.container3 .text{
    display: flex;
    justify-content: center;
    color: #1F2937;
    font-style:italic;
    font-size:36px; 
    font-weight: 300;
    max-width:900px;
}
.author{
    width: 900px;
    display: flex;
    justify-content: flex-end;
    font-weight: bold;
}
.container4{
    display: flex;
    margin: 70px 200px;
    background-color: #3882F6;
    padding: 45px 100px;
    border-radius: 8px;
    color: #E5E7EB;
    justify-content: space-around;
}
.in{
    font-weight: bold;
    font-size: 18px;
}
.button{
    background-color: #3882F6;
    color: #F9FAF8;
    border-radius: 8px;
    height: 40px;
    width: 200px;
    border:2px;
    font-weight: bold;
}
.signup .button{
    border:2px solid white;
}
.footer{
     align-items: center;
     padding: 25px;
     font-size: 18px;
}