html {
  cursor: url(/assets/pekora-cursor.ico), url(/assets/pekora-cursor.png), auto !important;
}

body {
  /*background-color: #c7e5fe;*/
  background-color: #7ec2fe;
  background-image: url(/assets/bg.png);
  font-family: 'Shadows Into Light', cursive;
  font-size: 1.5em;
  color: #fff;
  text-shadow: 2px 2px 4px #555;
  cursor: url(/assets/pekora-cursor.ico), url(/assets/pekora-cursor.png), auto !important;
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 1.25em;
  }
  main button img{
    width: 50%;
    height: 50%;
  }
}

button {
  cursor: url(/assets/pekora-cursor.ico), url(/assets/pekora-cursor.png), auto !important;
}

main button.animate {
  /* Start the shake animation and make the animation last for 0.5 seconds */
  animation: shake 0.5s;

  animation-iteration-count: 1;
}

@keyframes shake {
  0% { transform: translate(1px, 1px) rotate(0deg); }
  10% { transform: translate(-1px, -2px) rotate(-1deg); }
  20% { transform: translate(-3px, 0px) rotate(1deg); }
  30% { transform: translate(3px, 2px) rotate(0deg); }
  40% { transform: translate(1px, -1px) rotate(1deg); }
  50% { transform: translate(-1px, 2px) rotate(-1deg); }
  60% { transform: translate(-3px, 1px) rotate(0deg); }
  70% { transform: translate(3px, 1px) rotate(-1deg); }
  80% { transform: translate(-1px, -1px) rotate(1deg); }
  90% { transform: translate(1px, 2px) rotate(0deg); }
  100% { transform: translate(1px, -2px) rotate(-1deg); }
}

h1 {
  margin: 0.5em 0;
}

h2 {
  margin: 0;
}

h3 {
  margin: 0;
}

P {
  margin: 0;
}

div#app {
  text-align: center;
}

div#app img {
  padding: 1em 1em;
}

a {
  color:#fff;
}

ul li {
  list-style: none;
}

i.fa-brands {
  padding: 0 0.25em;
}

i.fa-youtube {
  color: #ff0000;
}

i.fa-twitter {
  color: #1d9bf0;
}

i.fa-twitch {
  color: #8842f0;
}

div#music {
  display:block; 
  cursor: pointer; 
  width: 50px; 
  height:50px;
}

button#bgmbutton {
  border: 1px solid orange;
  border-radius: 10px;
  background-color: #c7e5fe;
  position: fixed;
  right: 2px;
  bottom: 2px;
  width: 100px;
  height: 100px;
}

button#bgmbutton img {
  width:70%;
  height: auto;
}


footer {
 margin-bottom: 6em; 
}
