:root {
    font-size: 1.5rem;
}
body {
    font-family: monospace;
    background: tomato;
    max-width: 40em;
    margin: auto;
    color: #fffcfc;
    display: grid;
    place-items: center;
    min-height: 100vh;
}
h1 {
    font-family: sans-serif;
    font-size: 3rem;
    text-align: center;
    line-height: 1;
}
h2 {
    font-family: sans-serif;
    font-size: 1.6rem;
    text-align: center;
}
a:any-link {
    xbackground: rgba(255, 225, 100, 100);
    color: rgb(120, 20, 0);
    color: rgb(255, 230, 160);
}
