body {
    color: #fefefe;
    display: flex;
    flex-direction: column;
}

footer {
    margin-top: 100px;
}

section {
    align-self: center;
}

section.main {
    width: 60%;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}

section.main article {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.main form {
    width: 80%;
    background-color: #474758;
    padding: 20px;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

section.map {
    margin-top: 40px;
    width: 90%;
}

section.main div#info h2 {
    font-size: 30px;
}

section.main div#info p {
    font-size: 18px;
}

section.main div#info div {
    width: 100%;
}

section.main div#info div img {
    width: 30px;
    height: auto;
    margin: 6px;
}

section.main div#info div img:hover {
    opacity: 80%;
}

section.main form textarea {
    width: 100%;
    height: 140px;
}

section.main form div.consent {
    margin-top: 10px;
    margin-bottom: 10px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 14fr;
}

a#contact-info {
    text-decoration: none;
    color: #fefefe;
    display: flex;
    align-items: center;
    justify-content: center;
}

a#contact-info img {
    width: 20px;
    height: auto;
    margin-right: 6px;
}

section.main form div.consent label {
    margin: 0;
    text-align: left;
}

section.main form button {
    border: 2px solid #2E2E40;
    height: 40px;
    width: 45%;
}

section.main form input {
    font-size: 14px;
}

section.main form textarea {
    font-size: 14px;
}

section.main form div.consent input[type="checkbox"] {
    margin: 0;
    padding-right: 10px;
}

section.main form p {
    margin: 0;
    width: 100%;
    text-align: left;
}

section.main form input {
    border-radius: 4px;
    border: 2px solid #2E2E40;
    height: 24px;
    width: 100%;
    margin-bottom: 10px;
}