body {
  font-family: Lucida Console;
  user-select: none;
  background-color: #E7E7E7;
}

#click {
  background-color: rgb(57, 140, 162);
  height: 400px;
  width: 75%
}

p {
  font-size: 15px;
  font-weight: bold;
}

#info {
  font-size: 35px;
}