.center-body {
    background-color: darkblue;
    text-align: center;
    color: whitesmoke;
    font-size: xx-large;
}

.center-body a {
    color: whitesmoke;
    text-decoration: none;
}

.center-body a:hover {
    color: lightblue;
}

.center-body a:visited {
    color: lightpink;
}

.center-body img {
    border-style: none;
    vertical-align: middle;
}

.privacy-body {
    background-color: darkblue;
    color: whitesmoke;
}

.privacy-body a {
    color: whitesmoke;
}

.privacy-body a:hover {
    color: lightblue;
}

.privacy-body a:visited {
    color: lightpink;
}


.privacy-body div {
    float: left;
    padding: 10px;
    background-color: darkblue;
}

.fixed-footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: darkblue;
    color: whitesmoke;
    /*padding: 10px 0;*/
    padding-bottom: 10px;
    padding-right: 10px;
    text-align: right;
    z-index: 999;
    font-size: x-large;
}

.fixed-footer a {
    text-decoration-line: underline;
}