body {
    font-family:sans-serif; /*Pick a font*/
    margin: 0px;
    background-color:#E8E8E8;
}

nav {
    background-color: black;
    margin: 0px;
    text-align: left;
    overflow: hidden;
    position: fixed;
   
}

nav ul li a{
    color: floralwhite;
    background-color:black;
    display: block;
    line-height: 2em;
    padding: 1em;
    padding-left: 0em;
    padding-right: 3em;
    text-decoration: none;
    font-weight: 500;
    font-size: 1.2em;
    font-family: monospace;

}

nav ul li a:hover{
    color: #cd7df8;
}

#promos{
    max-height: 50%;
    max-width: 50%;
    display:block;
    margin-left: auto;
    margin-right: auto;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

footer{
    background-color: darkgray;
    margin-top: 50px;
    padding-top: 2em;
    padding-bottom: 2em;
   
   -webkit-box-shadow: inset 0px 10px 10px -4px rgba(50, 50, 50, 0.5);
    -moz-box-shadow: inset 0px 10px 10px -4px rgba(50, 50, 50, 0.5);
    box-shadow: inset 0px 10px 10px -4px rgba(50, 50, 50, 0.5);
}

footer p{
    font-size: 15px;
    font-family: monospace;
     text-align: justify;
    line-height: 15px;
}

a.button{
    background-color:darkblue; 
    border: none;
    color: ghostwhite;
    padding: 20px 38px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 0 auto;
    width: 5em;
    border-radius: .25em;
}

a.button2{
    background-color:darkred; 
    border: none;
    color: ghostwhite;
    padding: 20px 38px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    font-family: monospace;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 0 auto;
    width: 5em;
    margin-top: .35em
}

#header h1{
    font-family: monospace;
    font-weight: 700;
    font-size: 5em;
    line-height: 100px;
    margin-left: 60px;
    margin: 0px;
    text-align: center;
    margin-top: 2em;
}


#headerImg { 
    width: 25em;
    height: 25em;
    border-radius: .5em;
    display:block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
}

#header h2{
    font-family:monospace;
    font-weight: 700;
    font-size: 2em;
    line-height: 20px;
    text-align:center;
    margin-top: 1em;
    color: darkgray;
}

h3{
    font-weight: 700;
    font-size: 3em;
    line-height: 90px;
    text-align:left;
    margin-left: 4em;
    margin-top: 40px;
    margin-bottom: 1em;
    color: #cd7df8;
}

h4{
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding-left: 8.5em;
    padding-right: 6em;
    margin: 0px;
    text-align:justify;
    margin-top: 5px;
}

p {
    font-weight: 500;
    font-size: 20px;
    line-height: 30px;
    padding-left: 8.5em;
    padding-right: 6em;
    margin: 0px;
    text-align:justify;
    margin-top: 5px;
}

#games p{
    font-weight: 500;
    font-size: 1.5em;
    line-height: 1.5em;
    padding-left: 0;
    padding-right: 0;
    text-align: justify;
    margin-top: 0px;
    max-width: 50%;
}

#games div {
    text-align: center;
    display: flex;
    justify-content: center;
}

#games img{
    border-radius: .5em;
}

#aboutme li{
    font-family: monospace;
    font-weight: 700;
    font-size: 17px;
    line-height: 20px;
    padding-left: 12em;
    margin: 0px;
    text-align:justify;
    margin-top: .5em;
    margin-bottom: .5em;
    list-style: disk;
    
}

#contact div{
    text-align: left;
    line-height: 50px;
    padding-left: 10em;
    font-size: 20px;
    margin-top: 1em;
}

#contact label  {
    display: inline-block;
    width: 5em;
    text-align: right;
}

#contact form {
    margin-top: -5em;
}

#contact input, textarea{
    width: 25em;
    font-family: monospace;
}

textarea{
    height: 5em;
    font-family: monospace;
    vertical-align: top;
}

#contact button{
    background-color:darkblue; /* Green */
    border: none;
    color: ghostwhite;
    padding: 12px 23px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin: 0 auto;
    border-radius: 5px;
}

#contact a {
   color: darkblue;
}
