section {
    display: flex;
    align-items: end;
justify-content: space-between;
margin-right: 0px;
}

.about {
    flex-grow: 0;
    flex-shrink: 0;
    width: 650px;
}

h1  {
    color: #315444;
    font-family: "futura-pt", sans-serif;
    font-weight: 700;
    font-size: 80px;
    margin: 0;
    margin-bottom: 30px;
    letter-spacing: -1px;
}

#form {
    background-color: #315444;
    color: white;
    border: 0px;
    border-radius: 30px 0 0 30px;
    width: 520px;
    display: flex;
}

fieldset {
    padding-left: 30px;
    width: 500px;
    border: 0px;
    display: flex;
    flex-direction: column;
}

legend {
    padding-top: 10px;
    font-family: "futura-pt", sans-serif;
    font-size: 50px;
}

label {
    margin: 3px;
    margin-top: 5px;

}

textarea, fieldset > input {
    padding: 0px;
    width: 239px;
}

#radio {
    margin-top: 10px;
}

#radio div {
    margin-top: 7px;
    display: block;
}

#message {
    margin-top: 10px;
}

#message-text {
    margin-bottom: 10px;
}

#checkbox {
    margin-top: 3px;
}

#checkbox div {
    margin-top: 2px;
    display: block;
}

button {
    font-family: "franklin-gothic-atf", sans-serif;
    font-weight: bold;
    color: white;
    border: 3px solid white;
    border-radius: 10px;
    background-color: #315444;
    font-size: 15px;
    margin-top: 10px;
    padding: 5px 10px;
    cursor: pointer;
}

button:hover {
    background-color: #85a89a;
}


#buttons {
    display: flex;
    margin-bottom: 10px;
}

button[type="submit"] {
    margin-right: 10px;
}