h1,
h2 {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

h3 {
    margin-top: 1.5rem;
}

hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

a {
    text-decoration: none;
}

.contact-photo {
    width: 120px;
    height: 120px;
    object-fit: cover;
}

#logo-container {
    min-height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10vh 0;
}

#logo-img {
    width: 100%;
    max-width: 1000px;
    padding: 0 20px;
}
