@import url("/css/_modules/List.mod.css");

p {
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.ul {
  list-style: disc;
  margin-left: 2.3rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}

.li {
  font-size: 1.2rem;
  line-height: 1.8rem;
  margin-left: 1rem;
}

/* divs */
.odd {
  border: 2px solid #999;
  margin: 2rem 0rem;
  padding: 2rem;
}

.odd:hover {
  border: 2px solid grey;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.5);
}

.even {
  margin: 2rem 0rem;
  padding: 2rem;
  background: #e9e9eb;
}

.even:hover {
  border: 2px solid grey;
  box-shadow: 3px 3px 9px rgba(0, 0, 0, 0.5);
}
