body {
  background: conic-gradient(
    #e9c6af 90deg,
    #faf1eb 90deg 180deg,
    #e9c6af 180deg 270deg,
    #faf1eb 270deg 360deg
  );
  background-repeat: repeat;
  background-size: 25px 25px;
  background-position: top left;
  color: white;
  font-family: courier, 'Courier New', 'Monospace Bold', monospace;
  font-weight: bold;
  text-align: center;
}
::selection {
  background: white;
  color: #cf8552;
}
* {
  scrollbar-color: #cf8552 #e9c6af;
}
*::-webkit-scrollbar {
  width: auto;
}
*::-webkit-scrollbar-track {
  background: #e9c6af;
}
*::-webkit-scrollbar-thumb {
  background-color: #cf8552;
}
::-webkit-scrollbar-thumb:hover {
  background-color: #c87137;
}
header, .return, .return a {
  font-family: 'CITCAT';
  color: #c87137;
  font-weight: normal;
  text-shadow: -1px -1px 0 white, 1px -1px 0 white, -1px 1px 0 white, 1px 1px 0 white, 1px 1px 10px #64381b;
}
header {
  font-size: 70px;
  margin: auto;
}
.return, .return a {
  font-size: 36px;
  margin: 2% auto;
  text-decoration: none;
}
.container, .menu {
  background: rgba(180, 102, 49, 0.9);
  border: 5px double white;
  border-radius: 25px;
  box-shadow: 1px 1px 10px #64381b;
  width: 50%;
  margin: 2% auto;
  font-size: 20px;
}
.container {
  padding: 0 2%;
}
.menu {
  padding: 1% 2%;
}
.menu img {
  width: 30%;
  border: 2.5px solid;
  border-color: #efd4c3 #e4b89b #e4b89b #efd4c3;
  border-radius: 7.5%;
  margin: 0 0.5% -0.75%;
  padding: 0;
}
.menu img:hover {
  border: none;
  box-shadow: 1px 1px 15px white;
}