body, html {
    height: 100%;
    margin: 0;
    font-family: 'EB Garamond', serif;
}

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 48px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
}
