.background-video {
  width: 100%;
  height: 100vh;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.div-block {
  height: 100vh;
  text-align: right;
  background-color: rgba(0, 0, 0, .51);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.heading {
  font-family: Exo, sans-serif;
}

.paragraph {
  font-family: Exo, sans-serif;
  font-size: 35px;
}

.paragraph-2 {
  margin-top: -9px;
  font-family: Exo, sans-serif;
  font-size: 40px;
  line-height: 35px;
}

.paragraph-2.garage {
  font-size: 35px;
}

._2pk {
  font-size: 20px;
}

.paragraph-3 {
  text-align: center;
  margin-top: 7px;
  font-family: Exo, sans-serif;
  font-size: 20px;
}

.paragraph-4 {
  color: #fff;
  font-family: Exo, sans-serif;
  font-size: 20px;
  text-decoration: none;
}

.link-block {
  margin-top: 10px;
  font-family: Exo, sans-serif;
  text-decoration: none;
}
