body {
    font-family: Roboto, 'Open Sans', Ubuntu;
    padding: 0px;
    margin: 0px;
}

.header,
.section1 {
    background-color: #1F2937;
    display: flex;
    padding: 0px 160px 100px;
    align-items: center;
    gap: 40px
}

.header li,
.section1 .sectionBody  {
    font-size: 18px;
    color: #E5E7EB;
    
}

.signUpButton,
.section4,
.lowerSignUpButton {
    background-color: #3882F6;
    color: #FFFFFF;
}

img {
    border-radius: 25px;;
}


.headerLogo {
    font-size: 24px;
    color: #F9FAF8;
}

ul {
    list-style-type: none;
    margin-left: auto;
    display: flex;
    gap: 15px;
}

.section1 .sectionBody {
    width: 750px;
}

.section1 .headingText {
    font-size: 48px;
    font-weight: 900;
    color: #F9FAF8;
    margin-bottom: 0px;
}

.section1 #imagePlaceholder {
    background-color: white;
    border-radius: 25px;
    height: 1000px;
    width: 900px;
    margin-left: auto;
}

.section1 .signUpButton{
    font-weight: bold;
    border-radius: 10px;
    height: 40px;
    width: 120px;
}
.section2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    margin-bottom: 80px;
}

.section2 .sectionHeading {
    font-size: 36px;
    color: #1F2937;
    font-weight: 900;
    margin: 20px 0px;
}

.section2 .sectionBody {
    display: flex;
    gap: 100px;

}

.section2 .image2 {
    height: 400px;
    width: 400px;
    margin-bottom: 10px;
}

.section2 img {
    border-radius: 25px;
}

.section2 .sectionData {
    margin-top: 10px;
    width: 400px;
    text-align: center;
}

.section3 {
    padding: 60px 150px;
    background-color: #E5E7EB;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.section3 .quote{
    color:#1F2937;
    font-size: 36px;
    font-weight: lighter;
    font-style: italic;
}

.section3 .quoteSource{
    color: #1F2937;
    font-size: 28px;
    margin-left: auto;
    margin-right: 150px;
    font-weight: bolder;
}

.section4 {
    display: flex;
    border-radius: 10px;
    margin: 100px 300px;
    padding: 10px 200px;
    height: 200px;
    justify-content: center;
    align-items: center;
}

.section4 .sectionHeading {
    font-weight: bold;
    font-size: 25px;
    margin-top: 5px;
    margin-bottom: 0px;
}

.section4 p {
    margin-top: 0px;
    font-size: 15px;
}

.section4 button {
    border: 2px solid white;
    font-weight: bold;
    border-radius: 10px;
    height: 40px;
    width: 120px;
    margin-left: auto;
}

.footer {
    background-color: #1F2937;
    color: #FFFFFF;
    padding: 30px 0px;
    text-align: center;
}

