.directory {
    padding: 0% 15% 5% 15%;
    margin: auto;
    text-align: center;

    h2 {
        font-size: xx-large;
    }

    h3 {
        font-size: x-large;
    }

    ul {
        list-style-type: none;
        margin: 0;
        padding: 0 0 10px 0;
    }

    a {
        text-decoration: none;
        color: rgb(22, 22, 22);
    }
    a:hover {
        border-bottom: 2px solid rgb(255, 202, 6);
    }
}