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

}

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

a:hover {
    color: blueviolet;
    font-weight: bolder;
}

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

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

.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 40px;

}

.image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
}