html, body {
    margin: 0;
    padding: 0;
    height: 100vh;
    overflow: hidden;
    font-family: 'Alegreya', serif;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #111;
    color: #ddd3;
    user-select: none;
    font-size: 96px;
}
