
#profile{
    display: inline-block;
    position: absolute;
      color: white;
    width:150px;
    height:65px;
    font-size: 30px;
    text-align: center;
    
    line-height: 60px;
    top:120px;
 
    margin: 0px;
    font-weight: bold;
}



#logos{
    position: absolute;
    width:100%;
    height: 200px;
    padding: 0;
    margin: 0;
}

#hp{
    height:96px;
    width:350px;
}


#technest{
    float:right;
    height:82px;
    width:350px;
    top:20px;
}





#timer{
    
    position: absolute;
    top:120px;
    right:0;
 
    line-height: 60px;
    width:200px;
    height:65px;
     color: white;
    font-size:30px;
    margin:auto;
    text-align: center;
    font-weight: bold;
    
    
}

#timer h3{
    color: white;
    font-size:30px;
    margin:auto;
    text-align: center;
    font-weight: bold;
    
}

#score_box{
    
    position: absolute;
    top:120px;
    right:200px;
 
    line-height: 60px;
    width:250px;
    height:65px;
    color: white;
    font-size:30px;
    margin:auto;
    text-align: center;
    font-weight: bold;
    
}

#score{
    color: white;
    font-size:30px;
    margin:auto;
    text-align: center;
    font-weight: bold;
    display: inline-block;
    
}

#exit{
    
    position: absolute;
    background-color: black;
    right:0;
    bottom:0px;
    line-height: 60px;
    
    width:90px;
    height:65px;
    color: white;
    font-size:30px;
    margin:auto;
    text-align: center;
    font-weight: bold;
    
    
}

#exit a{
    text-decoration: none;
    color: white;
}


#exit a:hover{
    transform: scale(2);
}