/* site.css */
h1 {
  text-align: center;
  color: #FE0C00;
  text-shadow: 3px 2px black;
  font-family: Curlz MT;
  font-size: 100px;
  background: #68FE00;
  border: solid 3px #1E90FF;
  border-radius: 5px;
}

.quote {
  text-align: center;
  font-size: 50px;
  font-family: comic sans ms;
  color: black;
  text-shadow: 3px 2px #1E90FF;
  font-weight: bolder;
}

h2 {
  text-align: center;
  font-family: comic sans ms;
  font-size: 25px;
  color: #FD8623
}

.contact {
  word-spacing: 10px;
  text-align: center;
  color: white;
  font-family: comic sans ms;
}

h4 {
  text-align: center;
  font-family: comic sans ms;
  font-size: 15px;
  color: #FD8623
}

.win2 {
   text-align: center;
  font-family: comic sans ms;
  font-size: 30px;
  color: #FD8623
}

.top {
    text-align: center;
}

h5 {
  text-align: center;
  font-family: comic sans ms;
  font-size: 15px;
  color: white;
}

.win {
  max-width: 100%;
}

form {
   text-align: center;
   margin: 0 auto;
   width: 250px;
}

h3{
  text-align: center;
  color: #B877D6;
  font-family: comic sans ms;
  font-size: 40px;
}
p {
  word-spacing: 12px;
}

body {
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: gray;
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    display: inline-block;
    margin-top: -65px;
}

li {
    float: left;
}

li a {
    display: block;
    color: white;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 80px;
    padding-right: 80px;
    text-decoration: none;
}

li a:hover:not(.active) {
    background-color: red;
}

header {
  background-image: url(../img/mm.jpg);
  background-size: contain;
  background-position: center;
}

#nav {
  width: 100%;
}





