body {
    background-color: #000000;
}
.list_title
{
    font-size: 35px;
}
.lists {
    display: flex;
    margin-top: 90px;
    flex-wrap: wrap;
    vertical-align: center;
    justify-content: center; 
    font-family: 'Barlow', sans-serif;
}
.ross, .maria, .henry, .pixel {
    display: flex;
    flex-direction: column;
    border: 2px solid #EAFDF815;
    background-color: #EAFDF805;
    border-radius: 12px;
    margin: 5px;
    width: 250px;
    padding: 40px;
}
a {
    transition: color 0.3s ease;
}
a:visited, a:link, a:active {
    color: #D1DEDE;
    text-decoration: underline;
    font-size: 33px;
    text-indent: 2px;
    line-height: 1.6;
}
#r,#m,#h,#p
{
    color: #6279B8;
}