.related-links {
    display: flex;
    flex-direction: column;
    font-family: Verdana;
    height: 80vh;
}
    
.related-links-header {
    font-size: 1.75rem;
    /* background: linear-gradient(to bottom, rgba(128, 62, 1, .5), rgba(196, 168, 14, .5)); */
    text-align: center;
    margin-bottom: 20px;
    width: 100vw;
}

.related-link {
    font-size: 1.1rem;
    cursor: pointer;
    text-decoration: none;
    padding: 10px 0;
    width: 75%;
    margin-left: 15%;
}

.related-links:hover {
    color: black;
}

