img {
  border-radius: 10px;
  border: 2px;
  border-color: yellow;
}

header {
  font-size: 75px;
  text-align: center;
  font-family: curlz mt;
  padding: 50PX;
}

header {
  background-image: url(../img/worms.jpg);
  font-size: 75px;
  background-position: center;
  font-weight: bolder;
  text-shadow: 3px 2px #49F018;
}

body {
  background-color: #F0186A;
}

body, html {
  font-family: 'Signika Negative', sans-serif;
  margin: 0;
}

html {
  font-family: sans-serif;
}

p,h1,h2 {
  font-family: 'Sanchez', serif;
}

h1, h2 {
  font-weight: bold;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #333;
    display: inline-block;
}

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: yellow;
}

#nav {
  width: 100%;
}