.prose p {
    margin-bottom: 1rem;
}

.prose a {
    font-weight: bold;
    text-decoration: underline;
    color: red;
    transition: 0.4s all ease-in-out;
}

.prose a:hover {
    color: white;
}

.prose h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.prose h3 {
    font-size: 1.75rem;
    margin-bottom: 1rem;
}