html {
    background-image: url(1x/blankbackground.svg);
    background-repeat: no-repeat;
    background-position: absolute;
    background-attachment: fixed;
    background-size: cover;
    touch-action: none;
    overflow-x: hidden;
  }

  .buyflash {
    animation: flash .8s step-end infinite;
  }
  
  @keyframes flash{
    0%{
      filter: brightness(100%);
    }
    50%{
      filter: brightness(150%);
    }
    100%{
      filter: brightness(100%);
    }
  }  


@media only screen and (min-width: 555px) {


img {
  margin-left: auto;
  margin-right: auto;
  }

body {
  text-align: center;
  border: none;
  padding: 0;
  align-items: center;
  justify-content: center;
  user-select: none;
  -moz-user-select: none;
}

@font-face {
  font-family: 'ds-font';
  src: url('1x/Nintendo-DS-BIOS.ttf') 
	format('truetype');
}

.topscreen {
  position: relative;
  display: flex;
  margin-top: 18px;
  margin-bottom: 18px;
  align-items: center;
  justify-content: center;
}  

.topbutton {
  display: inline-flex;
  padding: 0;
  border: none;
  margin: 0px;
  margin-bottom: 18px;
  cursor: default;
}

.middlebutton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
}


.comingsoon {
  display: inline-flex;
  margin-top: 18px;
  margin-bottom: 18px;
  border: none;
  padding: 0;  
}

.lowerbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px;
}

#musicplayer {
  display: flex;
  position: absolute;
  height: max-content;
}
  
#poetrysaver {    
  display: flex;
  position: absolute;
  height: max-content;
  z-index: 2;
}

#x, #eject {
  position: absolute;
  top: 13%;
  transform: translateX(235px);
  display: none;
  cursor: pointer;
}

#ok {
  position: absolute;
  top: 66%;
  display: none;
  cursor: pointer;
}

#griffin {
  display: flex;
  position: absolute;
  top: 100px;
  left: 10vw;
  height: 180px;
  width: 180px;
  z-index: 1000;
  filter: drop-shadow(5px 5px 5px #2222226d);
}

#mccraenormal {
  display: flex;
  position: absolute;
  top: 100px;
  left: 75vw;
  height: 180px;
  width: 180px;
  z-index: 1000;
  filter: drop-shadow(5px 5px 5px #2222226d);
}

#mccraespecial {
  display: flex;
  position: absolute;
  top: 380px;
  left: 75vw;
  height: 180px;
  width: 180px;
  z-index: 1000;
  animation-delay: -.3s;
  filter: drop-shadow(5px 5px 5px #2222226d);
}

.bounce {
  animation: float .75s ease-in-out infinite;
}

@keyframes float{
  0%{
      transform: translate(0);
  }
  50%{
       transform: translateY(2px);
  }
  100%{
      transform: translateY(0);
  }
}

#email, #download {
  display: inline-flex;
  border: none;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 5.5px;
  margin-left: 5.5px;
  cursor: pointer;
}

#emailtype {
  position: absolute;
  text-align: center;
  background-color: transparent;
  font-family: cursive;
  color: black;
  font-size: larger;
  outline: none;
  width: 480px;
  height: 38px;
  border: none;
  top: 45.5%;
  display: none;
}

#submit {
  position: absolute;
  top: 61%;
  display: none;
  cursor: pointer;
}

#heart, #play, #info {
  display: inline-flex;
  border: none;
  background: transparent;
  margin-right: 99.5px;
  margin-left: 99.5px;
  padding: 0;
  cursor: pointer;
}  

#heartnumber {
  position: absolute;
  bottom: 3%;
  transform: translateX(-50px);
  font-family: 'ds-font';
}

#timer {
  position: absolute;
  bottom: 3%;
  transform: translateX(185px);
  font-family: 'ds-font';
}

#buygriffin, #buynormal, #buyspecial  {
  display: none;
  position: absolute;
  margin-top: 29px;
  margin-left: 280px;
  text-align: center;
  cursor: pointer;
}

#email:hover, #download:hover, #heart:hover, #play:hover, #info:hover, .shadow:hover {
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24),0 17px 50px 0 rgba(0,0,0,0.05);
 }

#griffin:hover, #mccraenormal:hover, #mccraespecial:hover {
  cursor: grab;
}

}

.container {
  display: flex;
  position: absolute;
  align-items: center;
  top: 250px;
  left: 15vw;
  z-index: 2000;
  transform: rotate(.1turn);
}

.pointer {
  display: flex;
  width: 80px;
  height: 80px;
  position: absolute;
  left: 0;
}

.arrow {
  font-size: 10rem;
  margin-left: 60px;
  position: relative;
}

.arrow span {
  position: absolute;
  left: 0;
  transform: rotate(.25turn);
}

@media only screen and (max-width: 554px) {

body {
  text-align: center;
  border: none;
  padding: 0;
  align-items: center;
  justify-content: center;  
}

img {
  margin-left: auto;
  margin-right: auto;
  }

@font-face {
  font-family: 'ds-font';
  src: url('1x/Nintendo-DS-BIOS.ttf') 
	format('truetype');
}

.topscreen:not(#emailtype) {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  scale: 60%;
  transform: translateY(-130px);
}  

.topbutton {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  scale: 60%;
  transform: translateY(-315px);
}

.middlebutton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  scale: 60%;
  transform: translateY(-413px);
}

.comingsoon {
  position: relative;
  display: flex;
  margin-bottom: 10px;
  align-items: center;
  justify-content: center;
  scale: 60%;
  transform: translateY(-513px);
}

.lowerbutton {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  scale: 60%;
  transform: translateY(-593px);
}

#musicplayer {
  display: flex;
  position: absolute;
}
  
#poetrysaver {    
  display: flex;
  position: absolute;
}
 
#x, #eject {
  position: absolute;
  top: 13%;
  transform: translateX(235px);
  display: none;
  cursor: pointer;
}

#ok {
  position: absolute;
  top: 66%;
  display: none;
}

#griffin {
  display: flex;
  position: absolute;
  top: 540px;
  right: 70%;
  height: 90px;
  width: 90px;
  z-index: 2;
}

#mccraenormal {
  display: flex;
  position: absolute;
  top: 540px;
  left: 40%;
  height: 90px;
  width: 90px;
  z-index: 2;
}

#mccraespecial {
  display: flex;
  position: absolute;
  top: 545px;
  left: 65%;
  height: 90px;
  width: 90px;
  z-index: 2;
}

#email, #download {
  display: inline-flex;
  border: none;
  padding: 0;
  margin-top: 2px;
  margin-bottom: 2px;
  margin-right: 5.5px;
  margin-left: 5.5px;
  padding: 0;
  cursor: pointer;
}

#emailtype {
  position: absolute;
  text-align: center;
  background-color: transparent;
  font-family: cursive;
  color: black;
  font-size: larger;
  outline: none;
  width: 480px;
  height: 38px;
  border: none;
  top: 45.5%;
  display: none;
}


#submit {
  position: absolute;
  top: 61%;
  display: none;
  cursor: pointer;
}


#heartnumber {
  position: absolute;
  bottom: 3%;
  transform: translateX(-50px);
  font-family: 'ds-font';
}

#timer {
  position: absolute;
  bottom: 3%;
  transform: translateX(185px);
  font-family: 'ds-font';
}

#buygriffin, #buynormal, #buyspecial  {
  display: none;
  position: absolute;
  margin-bottom: 2px;
  margin-left: 235px;
  text-align: center;
  cursor: pointer;
}

#heart, #play, #info {
  display: inline-flex;
  border: none;
  background: transparent;
  margin-right: 91.5px;
  margin-left: 91.5px;
  margin-top: 20px;
  transform: scale(1.75);
  padding: 0;
  cursor: pointer;
}  

#griffin:hover, #mccraenormal:hover, #mccraespecial:hover {
  filter: drop-shadow(0 0 0 rgba(255, 255, 255, 0.692));
  cursor: grab;
}

.pointer {
  display: hidden;
  width: 0px;
  height: 0px;
  position: absolute;
  left: 0;
}
}