body {
    height: 100%;
}
img {
  max-width: 10%;
}

.weapons:hover {
  border: 2px solid red;
}

.table {
  overflow-x: hidden; /* Hide horizontal scrollbar */
  overflow-y: scroll; /* Add vertical scrollbar */
  max-height: 30%;
  font-size: 10 px;
}
span {
  color: orange;
 
}
#gameReady {
  border-bottom: 2px solid orange;
}