body {
    font-family: 'Montserrat', sans-serif;
    background-image: url(../img/bg.png);
    overflow:hidden;
}

html {
    height: 100%;
    box-sizing: border-box;
}

.navbar {
    background-color: white;
    margin-top: -8px;
    margin-right: -8px;
    margin-left: -8px;
}

.navbar_right {
    float:right;
    position: relative;
    font-weight: bold;
    right: 25px;
    top: 18px;
    color: gray;
    text-decoration: none;
}

.main {
	background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    padding: 15px;
    margin: 10%;
    width: 1000px;
}
.logo {
    position: relative;
    left: 5px
}

.title {
    color: whitesmoke;
    position: relative;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0px;
    bottom: 20px;
}

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px
}

.button_gen {
    background-color: #4CAF50; /* Green */
    border: none;
    color: white;
    padding: 20px 40%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px
}

.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}

.right {
    float:right;
    position: relative;
    font-weight: bold;
    right: 25px;
    font-size: 12px;
    color: gray;
    text-decoration: none;
}

.left {
    float:left;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    color: gray;
    text-decoration: none;
}

.banner {
    position: relative;
    text-align: center;
    top: 5em
}

.tos {
	background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 16px;
    padding: 15px;
    margin: 9%;
    width: 1000px;
}

#particles-js canvas {
    display: block;
    vertical-align: bottom;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s ease, -webkit-transform 1.4s ease;
    transition: opacity .8s ease, transform 1.4s ease
}

#particles-js {
    width: 100%;
	background:#080808;
    height: 100%;
    position: fixed;
    z-index: -10;
    top: 0;
    left: 0
}

#loader {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    border-top: 16px solid blue;
    border-bottom: 16px solid blue;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
  }
  
  @-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
  }
  
  @keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
  }
  
  /* Add animation to "page content" */
  .animate-bottom {
    position: relative;
    -webkit-animation-name: animatebottom;
    -webkit-animation-duration: 1s;
    animation-name: animatebottom;
    animation-duration: 1s
  }
  
  @-webkit-keyframes animatebottom {
    from { bottom:-100px; opacity:0 } 
    to { bottom:0px; opacity:1 }
  }
  
  @keyframes animatebottom { 
    from{ bottom:-100px; opacity:0 } 
    to{ bottom:0; opacity:1 }
  }
  
  #myDiv {
    display: none;
    text-align: center;
  }

.gen {
    background: white;
    margin: 10% auto auto;
    width: 500px;
    text-align: center;
}

.gen-header {
    background: #287dfe;
    box-shadow: 0px 1px 7px #545454;
	-moz-box-shadow: 0px 1px 7px #545454;
	-webkit-box-shadow: 0px 1px 7px #545454;
	color: #fff;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	width: 100%;
	padding: 0px;
}

.title-gen {
    color: whitesmoke;
    position: relative;
	display: block;
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 0px;
    bottom: 20px;
}

.gen-middle {
	color: #858585;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 12px;
}

.youralt {
    position: relative;
    bottom: 18px;
}

input[type=text] {
    position: relative;
    bottom: 13px;
    width: 50%;
    padding: 5px 20px;
}

.ad_left {
    position: absolute;
    bottom: 200px;
    left: 200px;
}

.ad {
    position: relative;
    bottom: 110px;
    text-align: center;
}

.icons {
    position: relative;
    bottom: 80px;
}