body {
    background-color: white;
    color: black;
}
a, a:hover, a:visited {
    color: red;
}
.container {
    border: 2px ridge red;
}
.center {
    text-align: center;
    font-style: italic;
}
.content {
    font-style: normal;
}
.footer {
    border-top: 1px solid red;
}
