.header .logo img {
  width: auto;
  margin-left: auto;
  max-width: 300px;
  margin-right: auto;
  display: block;
}

.center > a {
    background: #E02A32;
}

.center > a:hover {
    background: #E02A32;
    font-weight: bold;
}

.login > .form > div > .submit > button {
    background: #E02A32;
}

.button {
    background: #164B6A;
}

.button:hover {
    background: #164B6A;
    font-weight: bold;
}

.home-options > a {
    background: #164B6A;
    padding: 15px 30px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    color: #ffff;
    display: inline-block;
    min-width: 150px;
    font-size: 1.1em;
    text-align: center;
}

.home-options > a:hover {
    background: #164B6A;
    padding: 15px 30px;
    border-radius: 3px;
    border: 0;
    cursor: pointer;
    text-decoration: none;
    color: #ffff;
    display: inline-block;
    min-width: 150px;
    font-size: 1.1em;
    text-align: center;
    font-weight: bold;
}

body {
    background: #164B6A;
}

footer.container {
  display: none;
}