
body{
    
    background: url(../img/stud.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
.main{


min-height: 250px;
font-family: "ALK Rounded Nusx Med", sans-serif;

}
.container{
    padding: 15px;
    color:white;
    margin: 0px;
    width: 100%;
}
#fDiv{    	
    margin-top:20px; 
    border: 1px solid rgba(71, 98, 105, 1);    
    background-color: rgba(11, 34, 40, 0.77); 
    width: 100%;       
    position: relative;   
    
}
#fDiv:hover{
    
	width: 100%;
	margin-left: 0px;
    background-color:rgba(71, 98, 105, 0.77);  
    cursor: pointer;

}

#sDiv{ 
    margin-top:20px; 
  
    border: 1px solid rgba(71, 98, 105, 1);
    background-color: rgba(11, 34, 40, 0.77); 	
    width: 100%;       
    position: relative;

}
#sDiv:hover{   
     background-color:rgba(71, 98, 105, 0.77);
     
    width: 100%;
    margin-left: 0px;
    cursor: pointer;

}
#sTt{
    text-align: center;
    border-bottom: 1px solid rgba(71, 98, 105, 1);    
    padding-top: 10px;
    padding-bottom: 10px;
    

}
#fTt{
    border-bottom: 1px solid rgba(71, 98, 105, 1);
    text-align: center;
    
    padding-top: 10px;
    padding-bottom: 10px;

}
.center{
    margin:50px 0px 0px 20px ;
}
.center span{
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
}
.title{
   font-family: "ALK Sanet", sans-serif;  
}
#timer{
    padding-top: 12px;
}
#fDiv,#sDiv{
    height: 90vh;
    min-height: 480px;
    
}
