* {
    margin: 0;
    padding: 0;
}

body {
    font-family: 'VT323', monospace;
    font-family: 'Chewy', cursive;
    background: url(http://www.animateit.net/data/media/august2009/twi.gif);
}

h1 {
    font-size: 2.5em;
    text-transform: uppercase;
    color: mediumturquoise;
    display: inline-block;
}

h2 {
    margin-top: 120px;
    color: burlywood;
    font-size: 1.8em;
    font-family: 'VT323', monospace;
    font-family: 'Chewy', cursive;
    font-family: 'Spirax', cursive;
}

#landingPage {
    text-align: center;
    padding: 20px;
    margin: 50px;
    margin-top: 200px;
}

#start {
    height: 60px;
    width: 210px;
    margin: 50% auto;
    text-align: center;
    background-color: midnightblue;
    border: 2px solid #aa2281;
    color: #FFF;
    font-size: 20px;
    margin-top: 100px;
}

button {
    display: list-item;
    height: 35px;
    width: 140px;
    background: dimgrey;
    color: #FFF;
    font-size: 12px;
    margin-top: 4px;
    border-radius: 10px;
}

button:hover {
    background: royalblue;
    transform: 3s;
    width: 145px;
}

footer {
    color: #FFF;
    text-align: center;
}

@media screen and (max-width: 800px) {
    body {
        background: url(https://media.giphy.com/media/lNsNY8NZADssw/giphy.gif);
    }
}