img{
  height: 80px;
  width: 80px;
}

table{
  display: flexbox;
  margin: auto;
}

td{
  height: 100px;
  width: 100px;
}

.display{
  margin-bottom: 0%;
}

.no{
  height: 0px;
  width: 0px;
  box-shadow: 0px 0px 8px 3px rgb(0,200,200);
  background-color: white;
}

.no:hover{
  background-color: white;
}

td:hover{
  background-color: rgb(0, 20, 20);
}

table, td{
  border-collapse: collapse;
}

.big{
  font-size: 40px;
  font-weight: bold;
  color: gainsboro;
  margin: 20px;
}

body {
  background-color: #1d1e22;
  color: white;
  text-align: center;
  font-family: Georgia, serif;
  margin: 0%;
}

.footer{
  bottom: 0;
  text-align: right;
  padding: 10px;
  width: 95%;
  position: fixed;
}

.note{
  border: 3px dashed white;
  width: fit-content;
  display: block;
  margin: 30px auto;
  padding: 10px;
}

.hidden{
  visibility: hidden;
}

.button{
  background-color: rgba(0,0,0,0);
  border: 0px;
  font-size: 50px;
}

.button:hover{
  cursor: pointer;
}
