html,
body {
  margin: 0;
  padding: 0;
  background: linear-gradient(to bottom, #ffffff, #f3f4f6);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  font-family: sans-serif;
  color: #374151;
}

h1,
h2,
h3,
h4 {
  margin-top: 12px;
  padding-bottom: 6px;
  border-bottom: 1px solid #d1d5db;
}

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

li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 8px;
}