html,
body {
    margin: 0;
    padding: 0;
    background: #ffffff;
}

canvas {
    margin: 0;
    padding: 0;
}

#cngztrk {
    margin: 0;
    padding: 0;
}



.text {
  font-family: Arial, Helvetica, sans-serif;
  width: 260px;
  height: 40px;
  padding: 5px 10px;
  font-size: 32px;
  font-weight: bold;
  border: none;
  outline: none;
  border-radius: 5px;
  background-color: white;
  color: black;
  text-align: center;
}

.text:focus {
  outline: none;
}

.highscore {
  display: block;
  width: 650px;
  height: 490px;
  overflow-y: auto;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 20px;
  border: none;
  box-sizing: border-box;
  user-select: none;
}

.title {
  padding: 10px;
  text-align: left;
}

.title-background {
  background-color: #ffe78e;
}

.message {
  padding: 20px;
  text-align: center;
  color: #37170b;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 24px;
}

.td {
  padding: 10px 8px;
  border-bottom: 1px solid #bdad9c;
}

.highscore table tbody tr:last-child .td {
  border-bottom: none;
}


.highscore thead   {
  position: sticky;  
  top: 0;  
  background-color: #ffdd78; 
  box-shadow: 0px 2px 0px 0px #ff5e5e;  

  z-index: 1;  
}