.main {
  color: #000000;
  #background: #BBBBBB;
  background: #001D33;
  #background-image: url('backgroundsmall.png');
}

.center {
  position: absolute;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: auto;
  margin-bottom: auto;
  max-width: 50vw;
  min-height: 64px;
  max-height: 50vh;
}

img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

footer {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: .2rem;
  #background-color: #e8e8e8;
  background-color: #004272;
  text-align: center;
  color: #555555;
  color: #DDDDDD;
  font-family: "Helvetica Neue", Arial, sans-serif;
}