* {
  cursor: url("https://thetobisphere.neocities.org/resources/images/lilskellie3.png"), url("https://thetobisphere.neocities.org/resources/images/lilskellie3.png"), default;
  font-family: "https://thetobisphere.neocities.org/resources/fonts/Wabikom.ttf",'courier new',monospace;
}

.about-background {
  background-image: url("https://thetobisphere.neocities.org/resources/images/40r.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: 20%;
  filter: invert(1);
  width: 100%;
  height: 900px;
  position: absolute;
}

body.about {
  background-color: black;
  font-size: 14px;
  margin: 0;
  display: block;
  position: relative;
  height: auto;
  width: 100%;
  background-image: url("https://thetobisphere.neocities.org/resources/images/40r.jpg");
  background-position: center;
  background-repeat: repeat;
  background-size: 20%;
  color: white;
  font-family: "0xProto";
  box-sizing: border-box;
  overflow-x: hidden;
}

.container {
  width: 1250px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  border-spacing: 0;
  border-collapse: collapse;
  padding: 10px;
  align-content: center;
  justify-content: space-around;
}

.floaters {
  position: absolute;
}

.box {
  position: absolute;
  background-color: black;
  color: cornsilk;
  border-color: cornsilk;
  border-radius: 6px;
}

h2 {
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.about-box {
  margin-left: 265px;
  margin-top: 50px;
  margin-bottom: 50px;
  border-radius: 6px;
  border-style: double;
  border-width: 6px;
  text-align: left;
  padding-left: 20px;
  padding-right: 20px;
  width: 600px;
  height: 570px;
}

.about-box h1 {
  font-size: 40px;
}

.nav-box {
  border-radius: 6px;
  border-style: dotted;
  width: 150px;
  height: 150px;
  padding: 10px;
  margin-top: 20px;
  margin-left: 65px;
}

.nav-box h3 {
  font-weight: bold;
  font-size: 30px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.nav-box ul {
  list-style: none;
  padding: 0;
}

.nav-box a {
  text-decoration: none;
  color: cornsilk;
}

.nav-box a:hover {
  color:aqua;
}

.content-box {
  border-radius: 6px;
  border-style: dashed;
  width: 150px;
  height: 270px;
  padding: 10px;
  margin-top: 225px;
  margin-left: 65px;
}

.mood-box {
  border-radius: 6px;
  border-style: dashed;
  border-color: black;
  background-color: white;
  color: black;
  width: 150px;
  height: 245px;
  padding: 10px;
  margin-top: 555px;
  margin-left: 65px;
}

.music-box {
  border-radius: 6px;
  border-style: dashed;
  width: 200px;
  height: 340px;
  padding: 10px;
  margin-top: 140px;
  margin-left: 945px;
}

.watch-box {
  border-radius: 6px;
  border-style: solid;
  width: 200px;
  height: 260px;
  padding: 10px;
  margin-top: 540px;
  margin-left: 945px;
}

.games-box {
  border-radius: 6px;
  border-style: dotted;
  width: 620px;
  height: 140px;
  padding: 10px;
  margin-top: 660px;
  margin-left: 270px;
}