body {
  font-family: "Kanit";
}

.container {
  width: 30%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
}

.title {
  font-weight: 700;
  font-size: 35px;
  text-align: center;
  margin-bottom: 10px;
}

.val-block__name {
  font-size: 24px;
  margin-bottom: 10px;
}
.val-block__input {
  width: 100%;
  height: 40px;
  padding: 0;
  border: 2px solid gainsboro;
  border-radius: 5px;
  padding: 0 10px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.val-block__hint {
  margin-bottom: 25px;
  color: darkorange;
  font-weight: bold;
  font-size: 15px;
  text-align: center;
}

.button {
  width: 30%;
  height: 40px;
  border-radius: 5px;
  border: none;
  background-color: #454545;
  color: white;
  font-size: 20px;
  cursor: pointer;
}

/*# sourceMappingURL=fp2.css.map */
