.indigo-parallax-header-container {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.indigo-parallax-header {
    padding: 2rem 2rem;
    background: rgba(0, 0, 0, .3);
    color: var(--white);
    text-align: center;
    font-weight: 700;
    font-size: 3rem;
    font-size: clamp(1rem, 4vw, 3rem);
}
.indigo-parallax-header > a:hover {
    text-decoration: none;
}
