main {
    font-family: 'Libre Baskerville', serif;
}

main h1 {
    text-align: center;
    font-size: 70px;
    padding: 40px;
    text-transform: uppercase;
    text-decoration: underline;
    text-underline-offset: 10px;
}

main section {
    float: left;
    width: 25%;
    box-sizing: border-box;
}

.contact_wrapper {
    width: 80%;
    padding: 0 10%;
}

main section h2 {
    font-size: 20px;
    padding-top: 40px;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: bold;
    padding-bottom: 20px;
}

main section h3 {
    font-size: 15px;
    padding-bottom: 20px;
}

main section h3 a {
    text-decoration: none;
    color: black;
}

iframe {
    width: 100%;
    height: 400px;
    padding-bottom: 50px;
    border: solid;
}

fieldset {
    border: 4px solid black; 
    padding: 10px;
    width: 80%;
    margin: 0 10%;
    margin-bottom: 50px;
    box-sizing: border-box;
    display: inline-block;
}

fieldset legend {
    padding: 0 10px;
    font-size: 20px;
    text-align: center;
}

form input {
    margin: 3px;
}

.personal_info label {
    font-weight: 2em;
    display: inline-block;
    width: 125px;
}

.personal_info textarea {
    margin-top: 10px;
    width: 700px;
    height: 200px;
}

.personal_info input{
    text-align: right;
}