body {
  background: linear-gradient(180deg, rgba(228, 30, 47, 0.95) 0%, rgba(228, 30, 47, 0.9) 52.5%);
}

.main-button {
  display: inline-block;
  background-color: aliceblue;
  color: #de332f;
  padding: 12px 24px;
  font-weight: 600;
  border-radius: 24px;
  text-decoration: none;
  transition: 0.25s ease;
}

.main-button:hover {
  transform: scale(1.1);
}

.about {
  color: aliceblue;

  & h6 {
    line-height: 1.6;
  }
}

.services h1 {
  color: aliceblue;
  font-weight: 800;
}

.service-card {
  background-color: aliceblue;
  border-radius: 8px;
  min-height: 210px;

  & h3 {
    font-weight: 600;
  }
}

footer {
  color: aliceblue;
}
