h1, h2, h3, h4, h5{
    color: white;
}
.entry-header h1{
    font-size: 2.5rem !important;
}
.entry-content{
    max-width: 900px;
}

p{
    color: white;
    padding-bottom: .5em;
}

h3, h4 {
    font-size: 1.5rem;
    font-family: 'Haas-Medium';
}

.wp-block-list{
    color: white;
    margin-block-end: 1em;
}

main{   
    background-color: #000000;
}


@media screen and (max-width: 1024px) {
    .wp-block-list{
        font-size: 1.5rem;
    }
}

@media screen and (max-width: 760px) {
    .wp-block-list{
        font-size: 1.3rem;
    }
}