.restoration-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.restoration-input-box {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: 20px;
}
.restoration-input {
  width: 100%;
  border: 1px solid #d5d5d5;
  padding: 10px;
  border-radius: 10px;
  font-size: large;
}
.restoration-btn {
  display: block;       
  margin: 20px auto 0;
  padding: 20px 40px;
  border-radius: 10px;
  font-size: large;
  margin-top: 20px;
  background-color: var(--title-color-1);
  color: white;
  border: none;
  font-weight: bold;
}
