body{
	background: url("bg.jpg") no-repeat center center fixed;
  display: block;
  max-width: 100%;
  height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 5%;"
}

.border{
	margin-top: 30%;
	text-align: center;
}

h3{
	font-size: 20px;
	font-family: 'Sarpanch', sans-serif;
	color: #15e6ee;
	text-shadow: 0 0 45px #15e6ee;
}
#wordToGuess{
	font-family: 'Monofett', cursive;
	font-size: 40px;
}

p {
  text-align: center;
  font-size: 5em;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #15e6ee;

}


p:nth-child(1) a {
  color: #fff;
  text-decoration: none;
  font-family: 'VT323', monospace;
  -webkit-animation: neon1 1.5s ease-in-out infinite alternate;
  -moz-animation: neon1 1.5s ease-in-out infinite alternate;
  animation: neon1 1.5s ease-in-out infinite alternate;
}



@-webkit-keyframes neon1 {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #FF9900, 0 0 70px #FF9900, 0 0 80px #FF9900, 0 0 100px #FF9900, 0 0 150px #FF9900;
  }
  to {
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 10px #FF9900, 0 0 35px #FF9900, 0 0 40px #FF9900, 0 0 50px #FF9900, 0 0 75px #FF9900;
  }
}

@media (max-width: 670px) {


  
p {
  text-align: center;
  font-size: 1.8em;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  color: #15e6ee;

}

.jumbotron {
    padding-top: 240px;
    padding-bottom: 0;
  }
  .container .jumbotron,
  .container-fluid .jumbotron {
    padding-right: 60px;
    padding-left: 60px;
  }

  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 53px;
  }

  .name{
  padding-top: 600px;
  }

body{
line-height: 6.428571;
background: url("bg1.jpg") no-repeat center center fixed;
  display: block;
  max-width: 100%;
  height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    margin-top: 5%;"
}

}






