h1 {
    text-align: center;
    text-transform: uppercase;
}

h2 {
    margin-bottom: 0;
}
.header_image {
    width: 100vw;
    height: 30em;
    background-size: cover;
    /* background-attachment: fixed; */
}
a.email_link {
    color: var(--main_color);
}