@charset "utf-8";

h2 {
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #86A7FC;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    border-bottom: #86A7FC 2px solid;
    margin: 80px 40px 0 40px;
}

/*home flex boxes*/
.home_big_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.home_box {
    padding: 17px;
    margin: 2rem;
    max-width: 700px;
    min-width: 250px;
    border-style: solid;
    border-radius: 5px;
    border-width: 3px;
    border-color: #c0c0c0;
    color: black;
    line-height: 1.2;
    letter-spacing: 1px;
    text-decoration: none;

}

.home_box h3 {
    font-size: 1.5rem;
    border-color: #c0c0c0;
    color: #a6492d;
    text-align: center;

}

.home_box p {
    text-align: center;
    font-size: 1.2rem;
}

.home_box a {
    text-decoration: none;
    text-align: center;
    font-size: 1.1rem;
}

.home_box li {
    text-align: left;
    padding-bottom: 5px;
    padding-top: 5px;
    font-size: 1.1rem;
}

.home_box h3 {
    text-align: center;
}



.Directory ul {
    list-style: none;
}


.Directory ul li {
    margin-bottom: 20px;
}


body {
    background-color: whitesmoke;
}


