/*===================================================================
	index.html
===================================================================*/

body {
  background: url("../img/old_check_background.png") center/cover no-repeat;
  font-family: sans-serif;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}

.confirm-box {
  text-align: center;
}


p {
  font-size: 1rem;
  margin-bottom: 30px;
  font-family: "Hiragino Mincho ProN", "Yu Mincho", "游明朝", serif;
}

.btn-choice {
  font-size: 1.5rem;
  padding: 10px 30px;
  border: none;
  border-radius: 30px;
  margin: 0 15px;
  font-weight: bold;
  color: white;
  background-color: #d98e42;
  min-width: 150px;
  text-align: center;
}

.btn-choice:hover {
  opacity: 0.8;
}

@media (max-width: 576px) {
  .btn-choice {
    display: block;
    width: 100%;
    margin: 10px auto;
  }
}
