button {
  font-family: Courier;
  font-size: 15px;
  font-weight: bold;
}

div {
  font-family: Courier;
  font-size: 15px;
}

h1 {
	font-family: Courier;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}

p {
	font-family: Courier;
	font-size: 15px;
}

.listItem {
  background-color: #ff0000;
  width: 100px;
  height: 50px;
  text-align: center;
  border: none;
  border-radius: 12px;
  /* line-height: 100px; 
  float: left; */
}

.listItem:hover {
  background-color: #e60000;
}

.listItem:active {
  background-color: #cc0000;
}

.listItem:focus {
  outline: 1;
}

.descriptionItem {
  height: 50px;
  width: 300px;
  float: right;
  text-align: center;
  line-height: 50px;
  border: 1px solid black;
  /*background-color: blue;*/
}

#description1 {
	visibility: hidden;
	line-height: 25px;
}

#description2 {
	visibility: hidden;
	line-height: 25px;
}

#description3 {
	visibility: hidden;
	line-height: 25px;
}

#description4 {visibility: hidden}
