@import: url(https://fonts.googleapis.com/css?family=Roboto+Condensed);

html{
border:0px solid #fff;
background-color: transparent;

}

body {
  font-family: 'Roboto Condensed', sans-serif;
  max-height: 40%;
  background-color: transparent;
  color: #00ff00;
  text-transform: uppercase;
  margin:0 auto;
  overflow: hidden;
  font-size:13px;
}
.container {
  text-align: center;
  margin:0 auto;
  overflow: hidden;
  background-color: transparent;
  font-size:13px;
  }

h1 {
  margin-left: 0px;
  margin-bottom: 0px;
}
.button {
  width: 80%;
  height:20px;
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: center;
  color: #000;
  text-transform: uppercase;
  font-weight: 600;
  margin-left: 0px;
  margin-bottom: 0px;
  cursor: pointer;
  display: inline-block;
  
}

.button-1 {
  background-color: transparent;
  border: 1px solid #ff00ff;
  border-radius: 0px;
  -webkit-transition: all .15s ease-in-out;
  transition: all .15s ease-in-out;
  color: #ff00ff;
  overflow: hidden;
}
.button-1:hover {
  box-shadow: 0 0 10px 0 #ff00ff inset, 0 0 20px 2px #ff00ff;
  border: 3px solid #ff00ff;
}

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(.9);
  }
    100% {
    transform: scale(1);
  }
}

