body{
  background-image: url("images/sitemap.png");
  font-family: "Press Start 2P";
  font-size: 12px;
  cursor: url("cursor.gif"), auto;
  color: #8209fc;
}
header,main{
  border: 2px solid #35f521;
  border-radius: 20px;
  background-color: rgba(0, 0, 0, 0.9);
}
header{
  margin: 50px auto 10px;
  margin-bottom: 10px;
  padding: 10px;
  text-align: center;
  width: 60%;
}
h1{
  color:#35f521;
}
main{
  margin: auto;
  margin-top: 10px;
  padding: 10px;
  line-height: 20px;
  text-align: center;
  width: 60%;
}
a{
  text-decoration: none;
}
a:hover{
  color:#35f521;
}
.badge{
  position: absolute;
  left: 960px;
  bottom: 240px;
  transform: rotate(20deg);
}