
div.board {
  width: 40%;
  margin: 0 auto;
}

th, td { white-space: nowrap; 
}

.gaegu-regular {
  font-family: "Gaegu", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.gaegu-bold {
  font-family: "Gaegu", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.masthead {
  height: 100vh;
  min-height: 500px;
  background-image: url('images/header-bg.webp');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.oswald-masthead {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;
}

.logo{
  max-height:"36";
}

footer {
  background: #212529;
}

.bi i {
  color: whitesmoke;
  font-size: 64px;
}




 

