.attribution {
    padding: 50px 40px 50px 40px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

.attribution h2 { 
    font-size: 40px;
}

.attributions-text ol li a,
.attributions-videos ol li a,
.attributions-picture ol li a {
    text-decoration: none;
    padding: 10px;
    flex: 1;
    color: #6585CF;
    
}


.attributions-text ol li a:visited,
.attributions-videos ol li a:visited,
.attributions-picture o l li a:visited {
    text-decoration: none;
    color:#2A3964;
    
}
