footer.footer {
    margin-left: 25%;
    margin-right: 25%;
    text-align: center;
    border-top: 3px #a8414f;
    border-top-style: dotted;
    margin-top: 3vh;

}

.footer-content {
    font-family: "Century Gothic", sans-serif;
    font-weight: 900;
    color: white;
    text-align: center;
    font-size: 18px;
}

a.footer-nav  {
    text-decoration: none;
}
a.footer-nav:visited {
    color: #a8414f;
}
a.footer-nav:hover {
    color: lightskyblue;
}