body.is-blocked {
  overflow: hidden;
  touch-action: none;
}

.modal-bg {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
}

.modal {
  margin: auto;
  background-color: white;
  border-radius: 20px;
  padding: 30px;
  width: 400px;
  display: none;
}

.modal-title {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 20px;
  text-align: center;
}
.modal-sub{
  font-size: 16px;
  text-align: center;
  margin-bottom: 25px;
}