.title {
  padding-bottom: 430px;
  padding-top: 20px;
  background-image: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.2) 0%,
      rgba(255, 255, 255, 0.2) 100%
    ),
    url("background.jpeg");
  background-position: center;
  background-size: cover;
}
