body {
  background-image: url("https://soufrabi.neocities.org/blah/tumblr_1c11cda7097a55df5078b155122b47ed_bb059cfd_1280.gif");
  background-repeat: repeat;
  background-color: #fff;
}

#container {
  border-style: none;
  border-width: 10px;
  border-color: #F7C9E2;
  width: 600px;
  height: 450px;
  background-color: #fff;
  background-image: url("");
  background-size: cover;
  margin:40px auto 20px auto;
}

h1 {
    font-family: 'boo';
    font-size: 40px;
    color: #B3D5FF;
}

h2 {
    font-family: 'boo';
    font-size: 40px;
    color: #fff;
}

h4 {
    font-family: 'boo';
    font-size: 20px;
    color: #B3D5FF;
}

.killua {
    margin-top: 180px;
    margin-left: 200px;
    position: absolute;
}

/* unvisited link */
a:link {
  color: #B3D5FF;
}

/* visited link */
a:visited {
  color: lightblue;
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: #B3D5FF;
}