body,
html {
  margin: 0px;
  padding: 0px;
  background-color: #000000;
  font-family: Helvetica, Arial, Arimo, FreeSans, Liberation Sans, TeX Gyre Heros, Nimbus Sans, sans-serif;
  color: #FFFFFF;
  font-weight: bold;
}

a {
  font-weight: normal;
  color: #FFCC00;
}

a:link {
  color: #FFCC00;
}

a:visited {
  color: #FFCC00;
}

a:focus {
  color: #FFFFFF;
}

a:hover {
  color: #FFFFFF;
}

a:active {
  color: #FFFFFF;
}

.top {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100vh;
}

.view {
  min-width: 100%;
  max-width: 100%;
  min-height: none;
  max-height: 100%;
  object-fit: contain;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
}