.content {
  font-family: "Bungee", sans-serif;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding: 0;
  height: 80%;
}

.row {
  display: flex;
}

.column {
  height: 60px;
  width: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 40px;
}

#roll {
  margin: 20px;
  background-color: orange;
}

.roll:hover {
  background-color: orange;
  transform: scale(1.1);
}
