:root {
    --dark: #171a21;
    --navy: #1b2838;
    --blue: #66c0f4;
    --bright: #c7d5e0;
    --brighter: #d8e2e9;
    --darkertext: #8b959d;
    --teal: #2a475e;
    font-family: Arial, Helvetica, sans-serif;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100vw;
    background: #1B2838;
    background: radial-gradient(circle,rgba(27, 40, 56, 1) 0%, rgba(70, 134, 171, 1) 0%, rgba(27, 40, 56, 1) 100%);
}

#textContainer {
    display:flex;
    flex-direction: column;
    justify-content: center;
    height:100%;
    width:100%;
}

a:link {
    color: f49a66;
}

p {
    margin: 10px;
    filter: drop-shadow(0px 10px 35px rgba(255,255,255,0.5));
}

#giveawayText {
    color: white;
    text-align: center;
    font-size: 6em;
}

#backup {
    color: var(--bright);
    text-align: center;
    font-size: 2em;
}

img {
    width:35vw;
    max-height:50vh;
    width:auto;
    height:auto;
    align-self:center;
    margin-bottom:50px;
    filter: drop-shadow(0px 10px 70px rgba(255,255,255,0.5));
}