:root {

  
  
    font-family: Roboto, -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    
  }
  

/* 
KEYPAD SCREEN
 */

 

#timer-holder{
  color: #FFFFFF80;
  min-height: 20%;
  font-size: 12vh;
  
}

#keypad{
  height: 70%;
  width: 100%;
}

.key-row{
  width: inherit;
  height:25%;
  margin-bottom: 0px !important;
}

.keypad-button-holder{
  height: 100%;
  padding: 4px  4px 0px !important;
}

.keypad-button{
  font-size: 44px;
  border: 2px solid #FFFFFF80;
  color: #FFFFFF80;
  font-weight: 200;
  width: 100%;
  height: 95%;
  border-radius: 2px;

}
