    .status {
      font-family: monospace;
    }

    div.article { width: 70%; margin: 10%; padding: 15px; background-color: rgba(55, 40, 0, 0.8); border-radius: 155px;}
    
    a {
            color: #555; /* A dark gray that blends with the text but is distinct */
            text-decoration: none;
            transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
    }

    a:hover,
    a:focus {
            color: #111; /* Darker on hover for a clear interactive cue */
            text-decoration: underline;
    }

    a:active {
            color: #000; /* Black when clicked */
    }
