@font-face {
    font-family: "Chomsky";
    src: url("Chomsky.otf");
}
.nav-link {
    color: black;
    font-weight: bold;
}

.nav-link:hover {
    color: rgb(167, 77, 74);
}



.business-name h1 {
    font-family: "Chomsky", sans-serif;
    font-size: 30px;
    margin: 0;
    text-align: center;
    line-height: normal;
}

.home-link {
    color: black;
    text-decoration: none;

}

.home-link:hover {
    color: rgb(167, 77, 74);
}