.title {
  margin-top: 5%;
}

#contents {
  margin-left: 8%;
  margin-bottom: 5%;
  padding: 2%;
  width: 80%;
}

#contents p {
  font-size: 15%;
  font-weight: bold;
  text-decoration: none;
}

#question {
  margin-left: 6%;
  text-align: center;
  margin-top: 2%;
  padding: 1%;
  font-size: 120%;
  width: 84%;
  list-style: none;
  box-shadow: 0 5px 15px rgba(128, 128, 128, 0.432);
}

#kotae {
  width: 80%;
  margin: 5% 7%;
  text-align: left;
  padding: 1%;
  list-style: none;
  background-color: rgba(255, 255, 255, 0.281);
  box-shadow: 0 5px 15px rgba(128, 128, 128, 0.432);
  overflow: visible !important;
}

#kotae li {
  text-align: center;
  margin-top: 2%;
  padding: 1%;
  font-size: 20px;
  list-style: none;
  box-shadow: 0 5px 15px rgba(128, 128, 128, 0.432);
}

#kotae li:hover {
  background-color: #52de4f38;
}

.ques {
  margin-left: 5%;
}

.ques h4 {
  margin-left: 5%;
}

#choices {
  text-align: center;
  margin-top: 2%;
  margin-left: 6%;
  padding: 1%;
  font-size: 20px;
  list-style: none;
  box-shadow: 0 5px 15px rgba(128, 128, 128, 0.432);
  overflow: visible !important;
  width: 84%;
}

#choice{
  display: block;
}

#choices:hover {
  background-color: #52de4f38;
}

#timer {
  background-color: #51de4f7e;
  border-radius: 30px;
  width: "0%";
  height: 10vh;
  margin-left: auto;
}

#timer2 {
  /*    position: fixed; */
  margin-top: 25px;
  background-color: rgba(255, 255, 255, 0.281);
  border-radius: 30px;
  width: 84%;
  height: 10vh;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 5px;
  border: 1px solid white;
}

#seikai {
  text-align: center;
  font-size: 15em;
  text-decoration: none;
}

#huseikai {
  text-align: center;
  font-size: 15em;
  text-decoration: none;
}

#timeout {
  text-align: center;
  font-size: 15em;
  text-decoration: none;
}

#spi_umoji {
  text-decoration: none;
}

.btn-gradient-3d-orange {
  display: inline-block;
  padding: 1.175rem 2rem;
  text-decoration: none;
  border-radius: 4px;
  color: #ffffff;
  background-image: linear-gradient(45deg, #B54A4A 0%, #B54A4A 100%);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
  border-bottom: solid 3px #B54A4A;
  position: absolute;
  margin: 250px 0% 0% 25%;
}

.btn-gradient-3d-orange:active {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  border-bottom: none;
}

.spi-button {
  text-align: center;
}