body {
  font-family: "Montserrat", sans-serif;
  color: #2e2f42;
}

a {
  text-decoration: none;
}

.back-link {
  display: inline-block;
  padding: 8px 15px;
  text-decoration: none;
  color: #4e75ff;
  font-size: 1.1em;
  font-weight: 500;
  border: 1px solid #4e75ff;
  border-radius: 8px;
  transition: background-color 0.3s ease, color 0.3s ease, border-color 0.3s ease, transform 0.2s ease;
  margin-bottom: 25px;
}

.back-link:hover {
  background-color: #4e75ff;
  color: #ffffff;
  border-color: #4e75ff;
  transform: translateY(-2px);
}

.back-link:active {
  background-color: #2c58e0;
  border-color: #2c58e0;
  transform: translateY(0);
}

.container {
  max-width: 408px;
  padding: 24px;
  margin: 0 auto;
}

.input {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  border-radius: 8px;
  padding: 8px 16px;
  margin-bottom: 16px;
  outline: none;
  min-width: 360px;
}

.title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.33;
  letter-spacing: 0.04em;
}
