@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Light.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "Lexend";
  src: url("../fonts/Lexend-Bold.woff2") format("woff2");
  font-weight: bold;
}
body {
  height: 100vh;
  height: -webkit-fill-available;
  margin: 0rem;
  font-family: "Lexend";
}
body .navigationBar {
  height: 5rem;
  background-color: rgb(23, 42, 60);
}
body .contentContainer {
  height: calc(100vh - 5rem);
  height: -webkit-fill-available;
}