body {
    font-size: clamp(2em, 8vw, 8em);
    font-weight: bold;
    font-family: sans-serif;
    color: #00ff95;
    text-shadow: 3px 2px 3px red, 0 0 1em blue, 0 0 0.2em blue;
    display: grid;
    place-content: center;
    height: 100dvh;
    text-transform: uppercase;
}