body {
  background: url("https://bluecaet.neocities.org/resources02/bg08.png");
  color: black;
  font-family: Verdana;
}

.maincontainer {
  height: 194px;
  width: 205px;
  display: fixed;
  margin: auto;
  padding-top: 120px;
  margin-top: 100px;
}

.title {
  position: absolute;
  width: 205px;
  color: #996e59;
  font-family: MS UI GOTHIC;
  font-size: 10px;
  word-spacing: 1px;
  text-align: center;
  margin-top: -40px;
}

.back {
  position: absolute;
  width: 205px;
  color: #996e59;
  font-family: MS UI GOTHIC;
  font-size: 10px;
  word-spacing: 1px;
  text-align: left;
  margin-left: -10px;
  margin-top: -40px;
}

.rules::before {
  content: url("https://bluecaet.neocities.org/resources02/cloverico.png");
  height: 20px;
  width: 20px;
  padding-right: 5px;
}

.rules {
  width: 205px;
  text-align: center;
  color: #996e59;
  font-family: MS UI GOTHIC;
  font-size: 11px;
  word-spacing: 1px;
  position: absolute;
  margin-top: 20px;
  text-decoration: underline;
}

.rulescontainer {
  background: white;
  width: 100px;
  opacity: 0;
  margin-left: 230px;
  margin-top: -120px;
  color: #996e59;
  font-family: MS UI GOTHIC;
  font-size: 11px;
  word-spacing: 1px;
  position: absolute;
  padding: 5px;
  outline: 1px solid #e7c1a8;
  border-radius: 2px;
  z-index: 1;
}

.rules:focus ~ .rulescontainer {
  opacity: 1;
}

.rules:hover {
  color: #e7c1a8;
}
