body {
  margin: 0;
  background-color: #969c78;
}

@import url('https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Roboto:wght@100&display=swap');

.banner {
  width: 100%;
  height: 25vh;
  overflow-y: hidden;
  background-color: #f5f5f5;
}

.nav-bar { 
  width: 100%;
  height: 5px;
  background-color: #F5BA32;
  text-align: center;
  display: flex;
  flex-flow: column nowrap;
  justify-content: center;
  align-items: center;
}

.home-bar {
  box-shadow: 0px -5px 20px 5px black;
}

.under-construction-banner {
  width: 100%;
  height: calc(75vh - 60px);
  text-align: center;
  line-height: 800px;
  color: #F5BA32;
  font-family: 'Patrick Hand', cursive;
  font-size: 72px;
  text-shadow: 1px 1px 2px gray;
}

