body {
    padding: 2rem;
}

main {
    width: min(60rem, 100%);
    display: block;
}

a {
    text-decoration: underline;
    font-size: .95em;
}

#deathrayLink {
    display: flex;
    justify-content: center;
    width: 100%;
    pointer-events: none;
}

#klaxon {
    pointer-events: auto;
}

svg {
    width: 40%;
    height: auto;
}

pre {
    font-weight: bold;
    overflow: scroll;
}

h1 {
    font-size: 3.5rem;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

h1 + p, h1+p+p {
    text-align: center;
    margin-top: 0;
    margin-bottom:0;
}

p {
    font-size: 2rem;
    width: 100%;
    text-align: justify;
}

#warning {
    color: red;
    font-weight: bold;
    text-align: center;
}

h2 {
    font-size: 3rem;
    text-align: center;
}

footer a {
    text-decoration: none;
}

p:nth-last-child(2), p:last-child {
    margin: 0;
}