.base {
  height: 100%;
  background-color: blue;
  position: fixed;
  top: 0px;
  left: 0px;
}

img {
  display: block;
  min-width: 1920px;
  min-height: 1080px;
  height: 100%;
  width: inherit;
  right: 0;
}

h1 {
  font-family: 'Oswald', sans-serif;
  color: #ccc;
  font-size: 55px;
}

h2 {
  font-family: 'Amatic SC', cursive;
  color: #ccc;
  font-size: 40px;
}

h3 {
  font-family: 'Amatic SC', cursive;
  color: #ccc;
  font-size: 40px;
  line-height: -20
}

.whatever {
  position: fixed;
  left: 12.5%;
}

.beer {
  position: fixed;
  left: calc(12.5% + 221px);
  top: 43px;
}

.header {
  height: 100px;
  width: 500px;
  position: absolute;
  top: 29px;
  left: 12.5%;
  z-index: 2;
  line-height: 0px;
}

.bg {
  width: 100%;
  position: fixed;
  left: 0px;
  top: 0px;
}

@keyframes example {
    from {right: 4000px;}
    to {right: 12.5%;}
}

.hero {
  text-align: center;
  height: 257px;
  width: 587px;
  position: fixed;
  right: 12.5%;
  top: 40%;
  animation-name: example;
  animation-duration: 3s;
}

.footer {
  height: 70px;
  width: 100%;
  background-color: #333333;
  position: fixed;
  bottom: 0px;
  left: 0px;
}

.names {
  height: 100%;
  width: 200px;
  position: absolute;
  top: 17px;
  right: 12.5%;
  text-align: right;
  font-family: 'Amatic SC', cursive;
  font-size: 19px;
  color: #cccccc;
}
