a:link, a:visited, a:hover, a:active {
  color:rgb(40,145,40);
  background-color: transparent;
  text-decoration: underline;
}
body {
  background:grey;
  font-family: "Raleway";
  font-size: 16px;
}
.content {
  max-width: 800px;
  margin: auto;
  background: rgb(240, 233, 255);
  padding: 5px;
  border:1px solid;
  border-color:rgb(240, 233, 255);
  border-radius: 20px;
}
h1 {
  color:rgb(20,20,150);
  text-align: center;
}
table {
  border-collapse: collapse;
  width:500px;
  max-width:100%;
}
th, td {
  text-align: left;
  padding: 4px;
}
tr:nth-child(odd) {
  background-color:rgb(230, 223, 255);
}
ul {
    margin-left: 0;
    padding-left: 15px;
}
li {
    margin: 5px 0;
}
