html {
  min-height: 100%;

  background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
    url(poster.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom left;

  display: flex;
  flex-direction: column;
}

body {
  margin: 0;
  flex: 1;
  font-size: 1rem;
  line-height: 1.375rem;

  font-family: "Cabin", sans-serif;
  color: rgba(255, 255, 255, 0.54);

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.title {
  font-size: 4.25rem;
  line-height: 5.5rem;
  margin-top: 2.75rem;
  margin-bottom: 1.375rem;

  color: rgba(255, 255, 255, 0.87);
  font-family: "Vollkorn", serif;
  text-align: center;
}

.description {
  text-align: center;

  margin-top: 1.375rem;
  margin-bottom: 1.375rem;
}

.services-list {
  margin-top: 1.375rem;
  margin-bottom: 1.375rem;

  text-align: center;
}

.service {
  margin: 0 1rem;
}

.service {
  flex: 1;
}

.service-icon {
  opacity: 0.54;
  height: 2.75rem;
}
