a {
    color: lightcoral;
    text-decoration: none;
}

.source {
    border-radius: 8px;
    background-color: white;
    transition: background-color 0.1s linear;
}

.source a {
    color: cadetblue;
}

.source:hover {
    background-color: rgb(240, 240, 240);
    cursor: pointer;
}
