/*  index.php */
h5 {
    margin-top: 1em;
}
/* about.php */
.subnav > ul {
    list-style-type: none;
}

.subnav > ul > li {
    margin-bottom: 1.5rem;
}

.subnav > ul > li:hover {
    background-color: cadetblue;
    color: white;
    border-radius: 4%;
}

.history {
    text-align: justify;
}

.aboutimg{
    display: block;
    margin: auto;
}

/* information.php */
.mapico {
    font-size: 23pt;
}

.icon {
    font-size: 150pt;
    vertical-align: middle;
}

.information {
    display: flex;
    justify-content: center;
    padding-top: 20pt;
}