body {
    background-color: #65ff96;
}

h1 {
  font-family: 'Lato', sans-serif;
  font-weight: 900;
  font-size: 10vmin;
  line-height: 1em;
  color: white;
  text-align: center;
  margin: 0px;
}

img{
  width: 100%;
  height: 100%;
}

audio {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  opacity: .2;
}

#spacerTop{
  width: 100%;
  height: 10vh;
}

#spacerSM{
  width: 100%;
  height: 3vh;
}

#pic{
  width: 50vmin;
  height: 50vmin;
  margin-left: auto;
  margin-right: auto;
}

#controller{
  background-color: red;
}

.blink {
   animation: blink 11.923s steps(4, start) infinite;
  -webkit-animation: blink 3.042s steps(4, start) infinite;
}
@keyframes blink {
  to {
    visibility: hidden;
  }
}
@-webkit-keyframes blink {
   to {
    visibility: hidden;
  }
}


@media (orientation: portrait){
  body{
    background-color: #65ff96;
  }

  #spacerTop{
    width: 100%;
    height: 20vh;
  }
}

#svpr{
  background:url(../media/cool.gif) center center no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  left: 8px;
  top: 8px;
  opacity: 1;
}


  }


