.MainBody a {
    text-decoration: none;
    display: block;
    margin: 0 auto .1em 5%;
    text-align: start;
}

.MainBody a:hover {
    color: black;
}

.MainBody h1 {
    position: relative;
}

.MainBody h2 {
    margin: .1em auto .1em 5%;
    text-align: start;
}

.MainBody .bar {
    background: #081A35;
    height: .2em;
    width: 80%;
    margin: auto auto 1em;
}

.MainBody .BackgroundBox h3 {
    display: inline;
    margin: auto;
}

.MainBody .BackgroundBox form h3 {
    text-align: left;
    display: block;
    margin: 10px auto;
    padding-left: 35px;
}

.MainBody .SignupLink {
    display: inline;
    margin: auto;
}

.BackgroundBox {
    max-width: 800px;
}

textarea {
    font-family: 'Montserrat', sans-serif;
}

.formInfo {
    color: dimgray;
    font-style: italic;
    padding-bottom: 10px;
}

.MainBody select, .MainBody option {
    border: .2em solid #081A35;
    border-radius: 0.5em;
    width: 90%;
    height: 3em;
    font-size: 18px;
}

.MainBody .checkbox {
    display: inline;
    margin: -25px 40px 0 0;
    float: right;
}

#svg_form_time {
    height: 15px;
    max-width: 80%;
    margin: 40px auto 20px;
    display: block;
}

#svg_form_time circle,
#svg_form_time rect {
    fill: white;
}

section h2 {
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 30px auto;
}

.button {
    background: #38595A;
    border-radius: 5px;
    padding: 15px 25px;
    display: inline-block;
    margin: 10px;
    font-weight: bold;
    color: white;
    cursor: pointer;
    box-shadow: 0px 2px 5px rgb(0, 0, 0, 0.5);
}

.disabled {
    display: none;
}

section {
    padding: 50px;
    padding-bottom: 25px;
    margin: 30px auto;
    background: #f9f9f9;
    border: solid 4px #38595a;
    backdrop-filter: blur(10px);
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    transition: transform 0.44s ease-in-out;
}

p {
    text-align: justify;
    margin-top: 0;
}