h2{
    text-align: center;
    font-family: 'Bebas Neue', cursive;
    font-size: 45px;
    text-decoration: none;
    padding: 30px 8px 6px 8px;
}

p{
    text-align: center;
    font-family: 'calibri';
    font-weight: bold;
}

.nav-bar{
    padding: 6px 8px 6px 16px;
    height: 35px;
    display: flex;
    justify-content: space-around;
    background-color: rgb(255, 240, 199);
    text-align: center;
    text-decoration: none;
    font-weight: bold;
    font-size: 25px;
    letter-spacing: 3px;
}

.nav-bar a:visited {
    text-decoration: none;
    color: gray;
    
  }
