#summary > ol > li:hover {
  background-color: #023450;
}

.game-img {
  text-align: center;
}

.logo-img {
  border: 1px solid #fff;
  background-image:url('/static/assets/images/Logo_BG.png');
  background-repeat: no-repeat;
  text-align: center;
  background-size: 100%;
}

.rounded > img {
  border-radius: 15px;
  box-shadow: 0px 0px 25px #000;
  max-width: 70%;
}

.cmd {
  padding: 5px;
  font-family: monospace;
  background-color: #131526;
  color: #0076b3;
}

.pics > img {
  margin: 5px;
}

#uArea {
  padding-left: 50px;
  margin: 2px;
  border: 1px solid #ff1801;
  margin-top: 10px;
  border-radius: 10px;
  height: 150px;
  overflow-y: auto;
  margin-bottom: 25px;
  background-color: #0B151B;
}

.cArea {
  background-color: #0B151B;
  padding: 15px;
  padding-left: 50px;
  margin-bottom: 25px;
  border-radius: 10px;
  display: none;
}

#summary {
  padding: 5px;
  margin-bottom: 10px;
  float: left;
  width: 25%;
}

#tutorials {
  float: left;
  width: 70%;
}

#summary > ol > li {
  cursor: pointer;
  margin: 5px;
  background-color: #0B151B;
  border: none;
  color: #ff1801;
  padding: 10px 10px;
  text-decoration: none;
}

#summary > button:hover {
  transition:all 0.5s ease;
  cursor: pointer;
  color: #fff;
}
