* {
    box-sizing: border-box;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 500dvh;
    margin: 0;
    padding: 0;
    font-family: "Climate Crisis", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
        "YEAR" 1979;
}

svg {
    position: fixed;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: 0;
}

h1 {
    justify-self: center;
    align-self: end;
    padding-bottom: 45dvh;
    color: white;
    font-size: 8dvmin;
    z-index: 1;
    position: relative;
    text-align: center;
    text-shadow: 0 0 10px rgba(157, 78, 221, 0.3);
    white-space: pre;
    font-kerning: auto;
    letter-spacing: normal;
    transition: all 0.3s ease;
}

h1 .letter {
    transition: all 0.3s ease;
    position: relative;
    transform-origin: center center !important;
    display: inline-block;
    position: relative;
    backface-visibility: hidden;
    will-change: transform, opacity;
}

h1 .letter.space {
    min-width: 0.25em;
}