* {
    margin: 0;
    padding: 0;
    font-family: Amatic SC, arial;
    max-width: 100%;
    overflow-x: hidden;
}
html {
    background: url(WDZPBackgroundLowRes.png) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

body {
    height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    display: table;
    justify-content: center;
    flex-direction: column;
}

header {

}

h1 {
    text-align: center;
    font-size: 8rem;
    color: #00a8ff;
    margin-bottom: 20px;
    font-weight: bolder;
}

h2 {
    text-align: center;
    font-size: 54px;
    color: #00a8ff;
    font-weight: bolder;
}

h3 {
    text-align: center;
    font-size: 48px;
    text-decoration: overline black ;
    color: #00a8ff;
    font-weight: bolder;
    padding: 22px;
}

section {
    padding: 22px;
}

#Contact {
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
    color:#00a8ff;
}

#Contact img {
    display: inline-block;
    position: relative;
    width: 400px;

}

#firstList {
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
    color: #2f3633;
}
#secondList {
    font-size: 2rem;
    font-weight: bold;
    color: #2f3633;
    margin-left: 500px;
}

p {
    font-size: 1.2rem;
    padding: 6px;
    color: ivory;
}

footer {
    text-align: center;
    background-color: #2f3633;
}


/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {

    html {
        background-size: auto;
    }

    h1 {
        font-size: 5rem;
    }
    
    #secondList {
        margin-left: 20px;
    }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {...}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {...}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {...}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {...}