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

}

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

body {
    min-height: 100vh;
    background: #0062ff;
    background: linear-gradient(0deg, rgba(0, 98, 255, 1) 0%, rgba(45, 215, 253, 1) 100%);
    background-repeat: no-repeat;
    background-attachment: fixed;
}
