h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
}

.name-box {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.04em;
  color: #2e2f42;
  border-radius: 8px;
  padding: 24px;
  background: #fff;
  width: 408px;
}

#name-input {
  border: 1px solid #808080;
  border-radius: 4px;
  margin-bottom: 16px;
  width: 360px;
  padding: 8px 16px;
}

#name-input::placeholder {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  padding: 8px 16px;
}