body {
  background-image:url("/data/assets/grounds/acnh.png");
  background-attachment: fixed;
  }
.header {
  background-image:url("/data/assets/acnh/header.jpg");
  height:150px;
  background-size:cover;
  font-family:teapot;
  font-size:16px;
  padding-top:30px;
  text-align: center;
  font-weight:bold;
  color:white;
  letter-spacing: 3px;
  text-shadow:1.5px 1.5px #005661
  }
.container {
  width:400px;
  margin-left:auto;
  margin-right:auto;
  border:2px solid #73463d;
background-color: #eeede9;
background-image:  radial-gradient(#e8bb9d 0.5px, transparent 0.5px), radial-gradient(#e8bb9d 0.5px, #eeede9 0.5px);
background-size: 20px 20px;
background-position: 0 0,10px 10px;
  }
.header p a {
  font-family:handwriting;
  font-size:24px;
  color:#005661;
  text-decoration: none;
  letter-spacing:normal;
  text-shadow: none;
}
.cooltight {
  margin:10px;
  background:white;
  padding:4px;
  color:#73463d
  }
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
p {
  text-align: center;
  }
.head {
  margin-left:10px;
  font-family:teapot;
  letter-spacing:2px;
  color:#b05d46
  }
.head span {
    font-family: "MS UI Gothic", Tahoma;
  letter-spacing:normal;
  opacity:0.5;
  font-style: italic;
  text-decoration: none;
  font-size:10px
  }
.head span a {
  color:#b05d46;
  text-decoration: none;

  }