body > div.win, body > div.lose {
    display: none;
    width: 50%;
    height: 70vh;
}
body {
    background-color: #fafafa;
}
.inner {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@font-face {
    font-family: Merit;
    src: url(merit.ttf);
}

@font-face {
    font-family: Nilland;
    src: url(nilland.ttf);
}

h1, h2 {
    font-family: Merit;
    font-size: 3em;
}

p {
    font-family: Nilland;
    font-size: 2em;
}

#secret {
    font-size: 1em;
}

#wordle {
    position: fixed;
    top: 4em;
}