h1 {
  font-size: 4em;
  margin: 0;
  padding: 0;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);}

h2 {
  height: 200px;
  line-height: 160px;
  text-align: center;
}

p{
  text-align: center;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 58%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  
}

#bernie{
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: -9;
  height: 100%;
  width: auto;
}

a{
  position: fixed;
  font-size: 38px;
  font-style: italic;
  right:30px;
  bottom:25px;
  color: gray;
  text-decoration: none;
}


body {
  color: black;
  font-family: times;
}