
body {
  
  background-image: url('https://cloud.githubusercontent.com/assets/16139384/12919302/2979d232-cf4c-11e5-97f3-31dd30ad1be6.png');
  background-position:top;
  background-size: 1000px 1000px;
}
.btn {
 display:block;
  text-align:center;
  text-decoration:none;
  color:white;
  background-color:#de5750;
  font-family:'Dosis';
  width:100%;
  font-size:25px;
  margin-top: 5px;
  box-shadow: 0px 2px #b1322c;
}
.btn:active {
 background-color:white;
  color:#de5750;
  
}
.active {
 font-weight:700; 
}
.jent {
 text-align: center;
  color:white;
  font-family:'Comfortaa';
  font-size:20vw;
  width:100%;
  position:relative;
  margin-top:-50px;
}
.latestvid {
 width:100%; 
  height:35%;
  position:absolute;
  left:0;
  right:0;
  bottom:0;
}
