:root {
    font-size: 16px;
}

body {
    margin: 0;
    box-sizing: border-box;
    font-family: "EB Garamond", serif;
}

main {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
}

h1 {
    font-size: clamp(2rem, 15vw, 20rem);
    text-align: center;

    text-decoration: underline;
    text-decoration-thickness: 7px;
    text-underline-offset: 0.05em;
}
