body {
  background-color: #fff;
}

.name-text {
  border: 1px solid #808080;
  border-radius: 4px;
  width: 360px;
  padding: 8px 16px;
  margin-top: 24px;
  margin-left: 24px;
  margin-right: 24px;
}

input::placeholder {
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2e2f42;
}

input:focus {
  outline: none;
}

h1 {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.04em;
  color: #2e2f42;
  margin: 16px 24px;
}
