.postscript-second {
    color: white; /* Sets text color to white */
    font-weight: bold; /* Makes text bold */
}

.postscript-second a {
    color: white; /* Sets link color to white */
    text-decoration: none; /* Removes underline (optional) */
}

.postscript-second a:hover {
    color: red; /* Changes text color to red on hover */
    background-color: yellow; /* Changes background to yellow on hover */
}
