body {
    color: white;
    background-color: rgb(27, 27, 27);
    background: rgb(27, 27, 27);
    background: linear-gradient(180deg,rgb(27, 27, 27, 1) 0%, rgba(61, 0, 0, 1) 100%);
}

header, h1, h2 {
    text-align: center;
    font-family: "Metal Mania", system-ui;
    font-weight: 400;
    font-style: normal;
    text-shadow: 0 0 10px rgb(217, 40, 40), 0 0 20px rgb(194, 0, 0), 0 0 30px rgb(54, 0, 0);

    margin-bottom: 0.1em;
}

h1 {
    font-size: 40px;
}

h2 {
    font-size: 30px;
}

p, ul {
    font-family: "Noto Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings: "wdth" 100;

    line-height: 1.75em;
    margin-top: 0.5em;
}

ul, footer {
    color: rgb(192, 192, 192);
}

article {
    margin: auto;
    width: 700px;
    margin-bottom: 2em;
    background-color: rgb(19, 19, 19);
    padding: 3em;
    padding-top: 0.5em;
    margin-bottom: 0;
    box-shadow: 0 0 20px rgb(0, 0, 0), 0 0 40px rgb(39, 0, 0), 0 0 80px rgb(200, 0, 0);
}

img {
    display: block;
    margin: auto;
    margin-top: 3em;
    box-shadow: 0 0 10px rgb(255, 40, 40), 0 0 20px rgb(194, 0, 0), 0 0 40px rgb(54, 0, 0);
}

a {
    color: rgb(255, 40, 40);
}

section {
    padding-top: 0.5em;
}