.nav-box{
  width: 99%;
  margin-left: 0.5%;
  height: 10vh;
  /*border: 2px solid white;*/
  border: 2px solid black;
  border-bottom-left-radius:20px;
  border-bottom-right-radius:20px;
  /*background:rgba(255, 255, 255, 0.25);*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.nav{
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
.link{
  width: 35%;
  height: 10vh;
  font-size: 28px;
  font-weight: bold;
  /*font-family: Geostar;*/
  /*color: white;
  text-shadow: black 0.1em 0.1em 0.2em;*/
  color: black;
  text-shadow: white 0.1em 0.1em 0.2em;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
