h1, h2, h3, p, ol, ul {
    color: white;
    text-shadow: 2px 2px 2px #000000;

}

a {
    color: lime;
    text-shadow: 0px 2px 2px #000000;
}

body {
    min-height: 100vh;
    background: #9e0000;
    background: linear-gradient(0deg, rgba(158, 0, 0, 1) 0%, rgba(94, 0, 0, 1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
