body {
  background-color: #fcfcfc;
  background-image: linear-gradient(
    135deg,
    #4d4d4d 25%,
    #404040 25%,
    #404040 50%,
    #4d4d4d 50%,
    #4d4d4d 75%,
    #404040 75%,
    #404040 100%
  );
  background-size: 56.57px 56.57px;
  margin: 0px;
  height: 100%;
  overflow: hidden;
}

#main {
  background-image: linear-gradient(
    135deg,
    #fafafa 25%,
    #fbfbfb 25%,
    #fbfbfb 50%,
    #fafafa 50%,
    #fafafa 75%,
    #fbfbfb 75%,
    #fbfbfb 100%
  );
  background-size: 56.57px 56.57px;
  margin: 0px;
  max-width: 380px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scroll: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

#main::-webkit-scrollbar {
  width: 0;
  height: 0;
}

#title-area {
  margin-top: 50px;
  text-align: center;
  margin-bottom: 50px;
}

#title-icons {
  font-size: 30px;
  margin-bottom: 20px;
  color: #aaaaaa;
}

#main-title {
  font-size: 26px;
  font-style: italic;
  font-weight: bold;
  margin-bottom: 10px;
}

#byline {
  color: #aaaaaa;
  font-style: italic;
}

#table-of-contents {
  margin-bottom: 50px;
}

#table-of-contents a {
  text-decoration: none;
  color: inherit;
}

.game {
  font-size: 20px;
  display: flex;
  padding-top: 26px;
  padding-bottom: 24px;
  justify-content: space-evenly;
}

.game:hover {
  color: white;
  background-color: black;
}

.game-icon {
  text-align: center;
  width: 100px;
}
.game-title {
  width: 280px;
}

#game-help {
  font-size: 20px;
  display: flex;
  padding-top: 26px;
  padding-bottom: 24px;
  justify-content: space-evenly;
  color: blue;
}

#game-help:hover {
  color: white;
  background-color: blue;
  cursor: pointer;
}
