
.results {
  background-image:
    linear-gradient(rgba(255 255 255 / 0.8), rgba(255 255 255 / 0.8)),
    url("../img/bg5.webp");
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
}

.results-form {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}