html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

html, body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}

#details {
  position: absolute;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color:rgba(0, 0, 0, 0.5);
}

@import url('https://fonts.googleapis.com/css?family=Comfortaa:300');

/**{
  padding:0px;
  margin: 0px;
  text-align:center;
  width: 100vw;
  height: 100vh;
  }
  */


/*div{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: distribute;
      align-content: space-around;

}*/

h1 {
  font-family: comfortaa;
  font-size: 10vw !important;
  font-weight: 100;
  padding-bottom: 15px;
  letter-spacing: 10px;
  text-outline: 2% 5% #ff0000;
}

h2 {
  color: white;
  font-family: sans-serif;
  font-weight: normal;
  padding-bottom: 30px;
  padding-top: 30px;
}

h1, h2 {
  z-index: 2;
}

#glow-uno {
  -webkit-animation: glow .5s ease-in-out infinite alternate;
  animation: glow .5s ease-in-out infinite alternate;
}

#glow-dos {
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
}

/*#glow-tres {
  -webkit-animation: glow 1.5s ease-in-out infinite alternate;
  animation: glow 1.5s ease-in-out infinite alternate;
}

#glow-cuatro {
  -webkit-animation: glow 2s ease-in-out infinite alternate;
  animation: glow 2s ease-in-out infinite alternate;
}*/


/* Chrome, Safari, Opera */

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #F5E6FF, 0 0 30px #9800ff;
    color: #F5E6FF;
  }
  to {
    text-shadow: 0 0 0px #fff;
    color: #cb80ff;
  }
}

@keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #F5E6FF, 0 0 30px #9800FF;
    color: #F5E6FF;
  }
  to {
    text-shadow: 0 0 0px #fff;
    color: #cb80ff;
  }
}
