* {
    font-family: "Roboto", sans-serif;
    margin: 0;

}

.hero {
    font-weight: 1000;
    font-size: 48px;
}

.flex {
    display: flex;
}

.flex-col {
    flex-direction: column;
}

.bright-blue {
    background-color: #3882f6
}

#sign-up-button {
    width: 100px;
    height: 30px;
    border-radius: 5px;
    border: 0;
}

.bright-white {
    color: #f9faf8
}

#logo {
    font-size: 24px;
    font-weight: 1000;
}

.sec-text {
    color: #e5e7eb;
    font-size: 18px;
}

.header {
    padding-top: 10px;
    justify-content: space-between;
    margin-bottom: 80px;
}

.margin-lr {
    margin-right: 180px;
    margin-left: 180px;
}

.pb-3{
    padding-bottom: 100px;
}

.mb-1 {
    margin-bottom: 10px
}

.arch {
    max-width: 400px;
    height: auto;
}

.w-50{
    width: 50%
}

.between {
    justify-content: space-between;
}

#section-1 {
    background-color: #1f2937;
}

.gap2em {
    gap: 2em;
}

#img_div {
    justify-content: flex-end;
}

.space-between {
    justify-content: space-between;
}

.rando_div {
    justify-content: center;
    margin-top: 30px;
}

.rando {
    text-align: center;
    font-size: 36px;
    color: #1f2937;
}

.box {
    border-color: #3882f6;
    border-width: 3px;
    border-style: solid;
    border-radius: 10px;
    width: 100px;
    height: 100px;
}

.subtext {
    text-align: center;
}

.box {
    margin-bottom: 3px;
}

.box_div {
    width: 100px;
    margin-right: 40px;
}

#section-2 {
    padding-bottom: 100px;
}

.rando_div {
    margin-bottom: 30px;
}

.justify-center {
    justify-content: center;
}

.subtext {
    color: #1f2937;
}

.quote {
    font-size: 36px;
    color: #1f2937;
    font-weight: lighter;
}

#section-3 {
    background-color: #e5e7eb;
    padding-bottom: 100px;
    padding-top: 100px;
}

.call-to-action-btn {
    background-color: transparent;
    border: 1px solid white;
    color: white;
    border-radius: 5px;
    padding: 1px 20px;
}

.cta-header {
    font-size: 20px;
    font-weight: bold;
}

.cta-div {
    margin-top: 75px;
    justify-content: space-evenly;
    background-color: #3882f6;
    color: white;
    height: 100px;
    border-radius: 5px;
    align-items: center;
}

.cta-outer {
    height: 150px;
}