body {
    font-family: Arial, Helvetica, sans-serif;
    background-image: url("/images/joan-copy.jpeg");

}

a {
    text-decoration: none;
    color: black;
}

.main-box {
    background-color: white;
    margin: 50px auto;
    padding: 50px;
    max-width: 50%;
    color: black;
}

#main-title {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    color: black;
}

.subtitle {
    font-size: 20px;
    margin-bottom: 10px;
    color: black;
}

.title:hover {
    color: blue;
    font-weight: bolder;
}

.directory {
    background-color: white;
    margin: 50px auto;
    padding: 10px 50px;
    max-width: 50%;
    text-align: center;
    font-weight: bolder;
    color: black;
}

.directory-item {
    padding: 0px 50px;
}

.directory-item:hover {
    color: blueviolet;
}