﻿
.teacher {
    border: 2px solid #A45852;
    max-width: 80%;
    text-decoration: underline;
}

.teacher:hover, #menu-toggle:hover {
        color: #c1b06b;

        text-decoration: underline;
 }

    .category:hover {
        color: #c1b06b;

    }
