body{
    margin: 0;
    font-style: "Roboto";
}

a{
    color: white;
    text-decoration: none;
}

.container1{
    background-color: #1f2937;
}

.top{
    display: flex;
    padding: 20px;
    margin: 200px;
    margin-top: 0px;
    margin-bottom: 100px;
    background-color: #1f2937;
}

.left-links{
    display: flex;
    flex: 1;
    justify-content: flex-start;
}

.right-links{
    display: flex;
    flex: 1;
    justify-content: flex-end;
    font-size: 20px;
    gap: 10px;
}

.hero{
    display: flex;
    padding: 200px;
    padding-top: 0px;
}

.logo{
    font-size: 34px;
    font-weight: bold;
}

.left-part{
    display: flex;
    flex-direction: column;
    background-color: #1f2937;
    color: white;
    width: 600px;
    margin-right: 60px;
}

.right-part{
    display: flex;
    height: 420px;
}

.heading{
    font-size: 68px;
    font-weight: bold;
    margin: 0px;
}

.hero-text{
    font-size: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.sign{
    display: flex;
    align-self: flex-start;
    background-color: #3882F6;
    color: white;
    font-size: 25px;
    padding: 10px 40px;
    border-radius: 10px;
}

.container2{
    display: flex;
    flex-direction: column;
}

.Information{
    display: flex;
    justify-content: space-around;
    margin: 150px;
    margin-top: 0px;
}

.heading2{
    display: flex;
    justify-content: center;
}

.heading-text{
    font-size: 70px;
    font-weight: bold;
}

.card{
    display: flex;
    flex-direction: column;
    width: 400px;
}

.infotxt{
    font-size: 23px;
}
.pic{
    width: 400px;
    height: 400px;
    border-radius: 12px;
}

.container3{
    display: flex;
    flex-direction: column;
    background-color: #E5E7EB;
    padding-bottom: 150px;
}

.quote{
    display: flex;
    justify-content: center;
    padding-top: 150px;
    padding-right: 400px;
    padding-left: 400px;
    padding-bottom: 0;
    
}

.quote-txt{
    font-size: 55px;
    margin-bottom: 0px;
    font-weight: 300;
}

.superset{
    display: flex;
    justify-content: flex-end;
    margin-right: 400px;
}
.quote-by{
    font-size: 40px;
    font-weight: 600;
    margin-top: 15px;
}

.container4{
    display: flex;
    margin-top: 120px;
    margin-bottom: 120px;
    margin-right: 200px;
    margin-left: 200px;
}

.sub-txt1{
    margin-bottom: 15px;
    font-size: 36px;
    font-weight: bold;
    color: white;
}

.sub-txt2{
    margin-top: 0;
    color: white;
    font-size: 24px;
}

.mainbox{
    display: flex;
    flex: 1;
    background-color: #3882F6;
    border-radius: 10px;
    justify-content: space-between;
}

.subbox{
    display: flex;
    flex-direction: column;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-right: 150px;
    padding-left: 150px;
    justify-content: center;
}

.signupbox{
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.sign2{
    background-color: #3882F6;
    color: white;
    font-size: 25px;
    padding: 10px 40px;
    border-radius: 10px;
    border-color: white;
}

.footer{
    display: flex;
    background-color: #1f2937;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.copyright{
    color: white;
    font-size: 25px;
}