@font-face {
  font-family: "Lobster";
  src: url(../fonts/Lobster.ttf);
}

main {
  height: 900px;
  background-image: url(../../static/images/backgrounds/main_page.jpg);
  background-repeat: no-repeat;
}

h1 {
  color: white;
  font-size: 120px;
  text-align: center;
  margin: 0px;
  font-family: "Lobster";
}

h3 {
  text-align: center;
  font-size: 45px;
  margin: 0px;
  font-weight: 800;
  color: white;
}

.phone {
  text-align: center;
  color: white;
  margin-top: 10px;
  font-size: 40px;
  font-weight: 900;
}

.phone a {
  text-decoration: none;
  color: white;
}

@media (max-width: 768px) {
  h1 {
    font-size: 100px;
  }

  h3 {
    font-size: 28px;
  }

  .phone {
    font-size: 25px;
  }
}

@media (max-width: 425px) {
  h1 {
    font-size: 70px;
    margin-bottom: 10px;
  }

  h3 {
    font-size: 30px;
  }

  .phone {
    font-size: 22px;
  }
}