* {
  background-repeat: no-repeat;
  font-family: sans-serif;
  margin: 0;
  padding: 0; }

body audio {
  display: none; }
body #site {
  margin: auto;
  width: 480px; }
  body #site #laputamierda_icon {
    background-image: url(../../images/laputamierda-icon.png);
    background-position: center center;
    background-size: 75% 75%;
    height: 128px;
    margin-bottom: auto;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15%;
    transition: 0.5s;
    width: 128px; }
    body #site #laputamierda_icon:hover {
      background-position: center -32px center;
      background-size: 100% 100%;
      cursor: pointer;
      margin-top: 14%; }
  body #site h2 {
    margin: 16px auto 0px auto;
    opacity: 0.0;
    text-align: center;
    transition: 0.5s;
    width: 480px; }
  body #site:hover h2 {
    opacity: 1.0; }

/*# sourceMappingURL=laputamierda.css.map */
