@font-face {
    font-family: 'Dube-fonts';
    src: url('dube-font.ttf');
}

@font-face {
    font-family: 'Dube-2';
    src: url('DUBE-2.ttf');
}

body, html {
    color: #fff;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-image: url("blurcode.jpg");
}
canvas {
    position: absolute;
    top:0;
    left:0
}
body {
	
	color: #fff;
	font-family: 'Dube-2';
	
	
}
p {
	font-family: 'Dube-2';

}
h1 {
	font-size: 300%;
	margin: 1px;
	font-family: Dube-fonts;
}
button {
	color: #fff;
	border: 1px solid #3498db;
	background-color: #3498db;
	border-radius: 50px;
	width: 80%;
	height: 50px;
	padding: 10px;
	font-family: 'Dube-2';
	margin: 10px;
	max-width: 305px;
}
button:hover {
	color: #fff;
	border: 1px solid #2B74A5;
	background-color: #2B74A5;
	border-radius: 50px;
	width: 80%;
	height: 50px;
	padding: 10px;
	font-family: 'Dube-2';
	max-width: 305px;
	margin: 10px;
}

#loader {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 150px;
  height: 150px;
  margin: -75px 0 0 -75px;
  border: 16px solid #3B3B3B;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  padding: 20px;
  
  -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: 2s;
  animation-name: animatebottom;
  animation-duration: 2s
}

@-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 {
  border-top: 10px solid #3498db;
  background-color: #272727;
  height: 150%;
  text-align: center;
  float: center;
  display: none;
  text-align: center;
  min-width: 360px;
  width: 40%;
}





