body {
    font-family: monospace, monospace;
    background-color: #333;
    color: white;
    line-height: 1.75rem;
}

a {
    color: white;
    text-decoration-color: #fa0;
    text-decoration-thickness: 2px;
}

a:hover, a:active {
      background: -webkit-linear-gradient(0deg, lime, #fa0);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
}

.container {
    max-width: 700px;
    margin: 0 auto;
}
