
#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:20vw;
}


#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);
}

#warning-message { display: none; }
@media only screen and (orientation:portrait){
  
    #warning-message {
        background-color: white;
        color: black;
      display:block;
      position: absolute;
      height: 100vh;
      text-align: center;
      width: 100vw;
      display: block;
      margin: auto;
      font-weight: bold;
      font-size: larger; 
      z-index:50000000;
    }

    #warning-message p{
        margin: auto;
        margin-top:50%;
        font-size: 50px;
        width: 70%;
    }
    #screen{
        display: none;
    }
}
@media only screen and (orientation:landscape){
    #warning-message { display:none; }
}