/*-- Google Fonts --*/
@import url("https://fonts.googleapis.com/css?family=ZCOOL+QingKe+HuangYou");

body {
  background-image: url('/assets/bg.jpg');
  background-size: cover;
  background-attachment: fixed;
  font-family: "ZCOOL QingKe HuangYou", cursive;
}
.overlay {
  position: absolute;
  top: 10;
  left: 5;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  opacity: 0.65;
  z-index: 1;

}
#main {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  z-index: 2;
}
#footer {
  position: absolute;  
  bottom: 12px; 
  z-index: 2;
}
.modal {
  font-family: verdana, sans serif;
}
