.title {
  margin: 30px;
  font-size: xx-large;
  font-weight: bolder;
}

ul {
  list-style: none;
}

li {
  margin: 20px;
}

a {
  text-decoration: none;
  color: black;
  font-size: x-large;
  font-weight: bold;
  cursor: pointer;
}

.description {
  padding: 15px;
  font-size: large;
}
