#choice .button {
  width: 29%;
  min-width: 200px;
  max-width: 275px;
  height: 60px;
  text-align: center;
  padding: 16px;
  border-radius: 18px;
  background-color: blue;
  display: inline-block;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  margin-bottom: 30px;
}
#choice .button:hover {
  text-decoration: none;
}
#bottom-bg .button {
  width: 185px;
  height: 44px;
  text-align: center;
  padding: 10px;
  border-radius: 12px;
  background: #3979c4;
  font-size: 16px;
}
#bottom-bg .button:hover {
  background: #4c86cb;
}
#bottom-bg .button:hover {
  text-decoration: none;
}
#left-bg .button {
  background: #a53943;
}
#left-bg .button:hover {
  background: #b8404b;
}
#right-bg .button {
  background: #39a58e;
}
#right-bg .button:hover {
  background: #40b89e;
}
#bottom-bg .box {
    border-radius: 100%;
}
.page-wrap a:hover {
    text-decoration: none;
}