:root {
    --dark: #171a21;
    --navy: #1b2838;
    --blue: #66c0f4;
    --bright: #aeaeaf;
    --brighter: #d8e2e9;
    --darkertext: #8b959d;
    --teal: #2a475e;
    font-family: Arial, Helvetica, sans-serif;
}

html, body {
    padding: 0;
    margin: 0;
    height: 100vh;
    width: 100vw;
    background: #101014;
}

#textContainer {
    display:flex;
    flex-direction: column;
    justify-content: center;
    height:100%;
    width:100%;
}

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 {
    max-width:20vw;
    max-height:30vh;
    width:auto;
    height:auto;
    align-self:center;
    margin-bottom:50px;
    filter: drop-shadow(0px 10px 70px rgba(255,255,255,0.5));
}