body {
  font-family: Arial, sans-serif;
  background: #E2D5C7;
  margin: 20px;
}

h1 {
  text-align: center;
}

ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

li {
  border-bottom: 1px solid rgb(36, 51, 107);
  padding: 10px;
  background-color: #F1EBE4;
}

li:hover {
  background-color: white;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}

a {
  color: rgb(36, 51, 107);
  text-decoration: none;
}

a:hover {
  color: #0056b3;
}

