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: 345px;
  padding: 100px 88px;
  margin: 0 auto;
}

.widget {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.widget-text {
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #2e2f42;
}

.change-color {
  border-radius: 8px;
  padding: 8px 16px;
  background-color: #4e75ff;
  border: none;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
  color: #fff;
}

.change-color:hover {
  background-color: #6c8cff;
}
