body {
    background-color: #688772;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: small;
    color: #bbbbbb;
    text-align: center;
    margin: 0;
}

h1 {
    font-family: Garamond;
    font-size: 4rem;
    font-weight: 500;
    color: white;
    margin: 0;
}

h2 {
    font-family: Garamond;
    font-size: 3.5rem;
    font-weight: 500;
    color: white;
    margin: 0;
}

h3 {
    font-family: Garamond;
    font-size: 3rem;
    font-weight: 500;
    color: white;
    margin: 0;
}

p,
a {
    font-family: Georgia;
    font-size: 1.5rem;
    color: #333333;
    margin: 0;
}

hr {
    width: 100%;
}

header img {
    width: 100vw;
    min-height: 25vh;
    max-height: 60vh;
    object-fit: cover;
}

header {
    top: 0px;
    width: 100%;
    display: flex;
    justify-content: center;
}

#header-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

main {
    margin-top: 32px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 64px;
}

section {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 32px;
}

section img {
    width: 100%;
    max-width: 500px;
    max-height: 300px;
    object-fit: cover;
}

a.button {
    width: 200px;
    height: 50px;
    background-color: white;
    color: black;
    text-align: center;
    align-content: center;
    text-decoration: none;
    font-family: serif;
    font-size: 1.25rem;
    font-weight: bold;
    border-radius: 4px;
}
