body {
  max-width: 1000px;
}
#tool-area {
  padding: 24px 0;
}
#input-area {
  text-align: center;
}
textarea {
  display:block;
  width: 40%;
  height: 2.4rem;
  font-size: 2rem;
  line-height: 2rem;
  margin: 12px auto;
}
input {
  display:inline-block;
  width: 3.6rem;
  font-size: 2rem;
}
#year {
  width: 6rem;
}
button {
  display: block;
  margin: 48px auto;
  font-size: 2rem;
  height: 64px;
  line-height: 2rem;
  padding: 0 36px;
}
#display {
  width: 100%;
  padding: 64px 0;
  background-color: black;
  color: white;
  text-align: center;
}
#display-title {
  font-size: 3rem;
}
#display-time {
  font-size: 4rem;
  font-weight: bold;
}