.headerText {
    color: peru;
}

.headerText:hover {
    color: peru;
}

#navbar a {
    color: peru;
    font-weight: 500;
}