a { color: #006064; }

h1 {
    font-family: 'Eagle Lake', serif;
}

.container {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero {
    text-align: center;
    font-family: 'EB Garamond', serif;
}

.hero__logo {
    height: 7.5em;
}

.hero__text {
    display: inline-block;
}

