@font-face {
    font-family: "rht-m";
    src:url("RedHatText-Medium.ttf")
}
@font-face {
    font-family: "cam";
    src:url("camieis.regular.ttf")
}



nav {
    font-family: "rht-m";  
}

nav ul {
    text-align: center;  
}

nav li {
    display: inline-block;
    list-style-type: none;
    text-align: center;
}

nav a {
    color: black;
    font-size: 20px;
    text-decoration: none;
    padding: 20px; 
}


