html,
body {
    height: 100%;
    margin: 0;
}

body {
    display: grid;
    place-items: center;
    background-image: url("bg.JPG");
    background-repeat: repeat;
    color: #f8f5f0;
    font-family: serif;
}

main {
    font-size: clamp(9rem, 34vw, 26rem);
    letter-spacing: 0.08em;
    line-height: 1;
    user-select: none;

    -webkit-text-stroke: 5px #111111;
}