body {background: linear-gradient(#113e45, #549a86);
background-attachment: fixed;
    margin:5px;
    padding:5px;
}

ul {
  font-family: "Gochi Hand";
  font-size: x-large;
  justify-content: center;
  text-align: center;
  top: 0;
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #1a3030;

}

ul li {
  display: inline-block;
}

ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 10px 10px;
  text-decoration: none;
}

ul li a:hover {
  background-color: #549a86;
    margin: auto;
}

.gochi-hand-regular {
  font-family: "Gochi Hand", cursive;
  font-weight: 400;
  font-style: normal;
}


h1 {font-family: "Gochi Hand";
    font-size: x-large;
}

h2 {font-family: "Gochi Hand";
    font-size: large;
}

p {font-family: Arial;
font: bold, italic;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

.box {
  width:90%;
  height:auto;
  padding:5px;
  margin:10px;
}

a {
  color: darkturquoise
}

*{cursor: url(https://64.media.tumblr.com/a577319bceacd7da5e5071e419a19042/0a01682dc8770e2c-0f/s75x75_c1/8fc73b22676146f4eb7583e95aabd8bfadfbd340.gifv), auto;}