p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #2e2f42;
  text-align: center;
  margin-bottom: 16px;
}

.widget {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 100px 88px;
  border-radius: 8px;
  width: 345px;
  background: #fff;
}

.change-color {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #fff;
  text-align: center;
  border: 0;
  border-radius: 8px;
  padding: 8px 16px;
  background-color: #4e75ff;
  transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1);
}

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