body {
    background-color: #0a1418;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

/* Regular style of the boxes */
a {
  color: inherit;
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  margin-top: 3px;
  margin-bottom: 3px;
  padding: 10px 10px;
  text-decoration: none;
  background-color: #271f2a;
  transition: 0.3s ease;
  border-radius: 5px;
}

/* Hover */
a:hover {
  color: inherit;
  background-color: #461855;
}

a:visited {
    color: inherit;
}