body {
  background-color: white;
  color: black;
  font-family: Arial;
  font-size: 14px;
}
h3 {
  text-decoration:underline;
  font-size: 15px;
  margin: 0;
  color: #000;
}
header {
  text-align: center;
  margin-bottom: 10px;
}
.container {
  width: 517px;
  margin: 20px auto;
}
.containerlol {
  columns: 3;
  width: 517px;
  padding-bottom:12px;
}
.section {
  margin-bottom: 12px;
  width: 32%;
  break-inside: avoid
}
ul {
  list-style-type: none;
  padding: 0;
  margin: 4px 0;
}

ul li {
  margin: 2px 0;
}
.nodec {
  text-decoration: none;
  color:black;
}
.nodec:hover {
  text-decoration: underline;
}