@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300&display=swap');

body{
  background-color: rgb(134, 138, 138) !important;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  margin: 0;
  height: 100vh;
}

table *{
  user-select: none;
}

.active{
  border-width: 2px;
  border-color: antiquewhite;
  border-style:dotted;
}


ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
  background-color: #212529;
  width: 100%;
  font-size: 1.5vh;
}

li {
  float: left;
  max-width: 20vw;
}
  
li a {
  display: block;
  color: white;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 2vw;
}

/* Change the link color to #111 (black) on hover */
li a:hover {
  color: rgb(177, 177, 177);
}

form{
  margin: 0px;
  color: white;
}
