body {
    background: rgba(5, 5, 5, 0.89);
    color: #fff;
    padding: 12px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 400;
}

li {
    font-size: 18px;
}

a:link {
    text-decoration: none;
    color: rgb(68, 138, 255);
}
  
a:visited {
    text-decoration: none;
    color: rgb(68, 138, 255);
}
  
a:hover {
    text-decoration: underline;
    color: #f0f;
}
  
a:active {
    text-decoration: underline;
    color: rgb(68, 138, 255);
}