body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  margin: 0;
  background-color: #e7ecf2;
  font-family: 'Montserrat', sans-serif;
  gap: 24px;
}

p {
  margin: 0;
}

a {
  color: #2e2f42;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

.content-wrapper {
  background-color: #ffffff;
  padding: 32px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

#name-input {
  width: 360px;
  height: 40px;
  border: 1px solid #808080;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
}

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