body {
  background-image: url("Images/deskbg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

/*fonts*/

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

@font-face {
  font-family: "AlteHaasGroteskRegular";
    src: url('Fonts/AlteHaasGroteskRegular.ttf');
}

@font-face {
  font-family: "ZenithaClassic";
    src: url('Fonts/ZenithaClassic.otf');
}

h1 {
  font-family: "ZenithaClassic";
  font-size: 140px;
}

h2 {
  font-family: "AlteHaasGroteskBold";
  font-size: 130px;
}

p {
  font-family: "AlteHaasGroteskRegular";
  font-size: 120px;
  }

/*div class*/

.footer {
  position: static;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100px;
  background-color: #211a23;
  text-align: center;
  padding: 25px;
  z-index: 10;
}

.footer p {
  color: #e8e6e6;
  font-size: 30px;
}