* {
    font-family: roboto;
}

header, footer, .quotebox, .signupbox {
    background-color: #1F2937;
    color: white;
    font-weight: bold;
    /* display: flex; */
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 10px;
    padding-bottom: 20px;
    /* margin-top: 10px; */
    margin-left: 64px;
    margin-right: 64px;
}

.headerbox {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    /* margin-bo */
    padding-left: 64px;
    padding-right: 64px;
    margin: 10px 10px 64px 10px;
}

.headerlinks {
    display: flex;
    flex-direction: row;
    gap: 10px;
    justify-content: center;
}

/* Target anchor inside headerlinks */
.headerlinks a {
    /* no underline */
    text-decoration: none;
    /* unvisited white in color */
    color: white;
}

.headertext {
    padding-left: 64px;
    padding-right: 64px;
    display: flex;
    flex-direction: row;
}

.headerimg {
    width: 50%;
    height: 280px;
    background-color: grey;
}

.boxes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.box {
    width: 150px;
    /* height: 48px; */
}

.boximg {
    width: max-width;
    height: 150px;
    border: 2px solid blue;
    border-radius: 5px;
}




button {
    background-color: #3882F6;
    color: white;
    border-radius: 5px;
}



.contentbox {
    text-align: center;
}
.roundedboxes {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.subtexts {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
}

.quotebox {
    background-color: #E5E7EB;
    font-size: 36px;
    font-weight: 300;
    color: #1F2937;
    padding-right: 200px;
    padding-left: 200px;
    text-align: start;
}

.signupbox {
    background-color: #3882F6;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 40px 200px;
    border-radius: 5px;
}

.signupboxbutton {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.signupbuttondiv {
    border: 2px solid white;
    border-radius: 5px;
    color: white;
}

.footerbox {
    background-color: #1F2937;
    color: white;
    font-weight: bold;
    /* display: flex; */
    padding-left: 64px;
    padding-right: 64px;
    padding-top: 10px;
    padding-bottom: 20px;
    margin-top: 10px;
    margin-left: 40px;
    margin-right: 40px;
}
