
html,body{ 
	height:100%;
	background:#111;
  font:normal 75% Montserrat, sans-serif;
}


h1 {
  text-align: center;
  margin: 5% 0 5% 0;
  font-size: 3em;
  margin: 0 auto;
  max-width: 960px;
  padding: 40px 10px;
  line-height: 1.65em;
  color: #FFF;
  font-weight: 1000;
}

p {
  text-align: center;
  margin: 5% 0 5% 0;
  color: #FFF;
  font-size: 1.5em;
}

#wordbox {
    /*opacity: 0;*/
    margin: 10px auto 0;
    display: block;
    width: 400px;
    height: 45px;
    font-size: 30px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    color: #black;
    transition: 1s linear;
    z-index: 5;
}

#wordbox1 {
    /*opacity: 0;*/
    margin: 10px auto 0;
    display: block;
    width: 400px;
    height: 45px;
    font-size: 30px;
    text-align: center;
    background: #fff;
    border-radius: 6px;
    color: #black;
    transition: 1s linear;
    z-index: 5;
}

#button {
    color: #fff !important;
    text-transform: uppercase;
    text-decoration: none;
    background: grey;
    padding: 0.5em 3em;
    border-radius: 6px;
    display: block;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    border: none;
    transition: all 0.4s ease 0s;
    z-index: 5;
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

#button:hover {
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 1);
    -webkit-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    -moz-box-shadow: 0px 5px 40px -10px rgba(0,0,0,0.57);
    transition: all 0.4s ease 0s;
}

#particles-js {
  position: absolute;
  width: 100%;
  height: 100%;
  background: $background
}
