.typography p {
    font-size: 16px;
}

.typography img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.typography a {
    display: inline-block;
    color: var(--primary);
}

.typography a:hover {
    border-bottom: 1px solid var(--primary);
}