#main {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    font-size: min(5rem, 8vw, 30vh);
    font-family: "Libre Baskerville", serif;
    color: var(--gray-100);
}