section#hero {
    background-size: cover;
    height: clamp(300px, 40vh, 800px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--dark-color);
    background-position: center;
}

section#hero > * {
    margin: 0.5rem;
    font-weight: bold;
}

section#hero a {
    text-decoration: none;
    color: var(--light-color);   
}