@charset "UTF-8";

.l-content h1 {
  font-size: 32px;
  text-align: center;
}

.l-content .container {
  background-color: #fff;
  padding: 30px;
  border-radius: 10px;
  margin: auto;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.l-content label,
.l-content select,
.l-content input {
  display: block;
  width: 100%;
}

.l-content label {
  margin-top: 30px;
}

.l-content select,
.l-content input,
.l-content button {
  margin-top: 10px;
}

.l-content .result {
  margin-top: 30px;
  font-weight: bold;
}