.header-text{
  
    text-align: center;
}
/* .nav-menu{
    display: flex;
    justify-content: space-evenly;
    list-style-type: none;
    color: black;
    background-color: black;
    padding: 20px;
    font-family: Arial, sans-serif;
} */
a{
    text-decoration: none;
    text-transform: uppercase;
    color: white;
}
@media screen and (max-width: 768px) {
    .nav-menu {
        flex-direction: column;
        width: 100%;
        background-color: black;
     
        position: absolute;
        top: 60px;
        left: 0;
        line-height: 1.8;
    }

    .nav-menu.active {
        display: flex;
    }

    .menu-toggle {
        display: block;
    }
}