/*
Source - https://stackoverflow.com/a
Posted by node_man
Retrieved 2025-11-29, License - CC BY-SA 4.0
*/

.board {
  position: absolute;
  top: 4.3vh;
  left: 10vw;
  cursor: pointer;
}

.board img {
  width: 35vw;
  height: 45vh;
  border-radius: 15%;
}