body {
  background-color: #2f1100;
  color: black;
  font-family:  Courier New;
}

.box {
  margin: auto;
  width: 1000px;
  margin-top: 130px;
  background: #4f0909;
  color: #f0cccc;
  padding: 20px;
  font-size: 20px;
}

.boy {
  margin: auto;
  background-image: url('leaninover.png');
  background-size: cover;
  width: 200px;
  height: 200px;
  top: -70px;
  margin-left: 30%;
  position: absolute;
}

.button {
  display: inline-block;
  border-radius: 4px;
  background-color: #fcba03;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  width: 120px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;
  margin-left: -10px;
}

.disabled {
  opacity: 0.6;
  cursor: not-allowed;
  display: inline-block;
  border-radius: 4px;
  background-color: #fcba03;
  border: none;
  color: #FFFFFF;
  text-align: center;
  font-size: 18px;
  padding: 20px;
  width: 120px;
  transition: all 0.5s;
  margin: 5px;
  margin-left: -10px;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


.linkbox {
  margin: auto;
  width: 800px;
  background: #4f0909;
  margin-top: 20px;
  color: #f0cccc;
  padding: 20px;
  font-size: 20px;
  word-spacing: 50px;
}

.bookcase {
  background-image: url('bookcase.png');
  margin: auto;
  background-size: cover;
  width: 1200px;
  height: 1750px;
}

.geometry-book {
  position: absolute;
  margin: auto;
  background-image: url('lesbian-geometry-book.png');
  background-size: cover;
  width: 500px;
  height: 500px;
  margin-left: 75px;
  margin-top: 50px;
}