
body {
  background-color: #d0bfab;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
}

@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: 40px;
}

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

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