body {
  background-color: #000000;
  color: #cccccc;
  font-family: myriad-pro, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  text-align: center;
}

.responsive{
  max-width:90%;
  max-height:90%;
}

.center{
  position: absolute;
  top: 50%;
  left: 50%; 
  transform: translate(-50%, -50%);
}

a {
  color: #437bbe;
  text-decoration: none;
}

p {
  padding: 10px;
}

p.viewLink {
  padding: 40px;
}

body::after {
  content: '';
  display: block;
  height: 25px;
}

footer {
  position: absolute;
  bottom: 0;
  width: 99%;
  height:25px;
  font-size: 12px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
