.header-cover {
    color: yellow;
    font-size: 2.8rem;
    margin: 10px 10px 10px 10px;
    justify-content: center;
    display: flex;
    font-family: 'DynaPuff', Arial, sanf-serif;;
    background-color: rgb(0, 255, 0, 0.3);
    padding: 20px;
    line-height: 45px;
    border-radius: 5px;
    text-align: center;
    align-items: center;
    min-height: 100px;
    font-weight: normal;
}

.subheader-cover {
    color: white;
    font-size: 2.8rem;
    margin: 10px 10px 10px 10px;
    justify-content: center;
    display: flex;
    background-color: rgb(255, 0, 255, 0.3);
    padding: 20px;
    font-family: 'DynaPuff', Arial, sanf-serif;;
    line-height: 45px;
    border-radius: 5px;
    text-align: center;
    min-height: 100px;
    align-items: center;
    font-weight: normal;
}

.cover {
    color: white;
    margin: 0px 5px 10px 5px;
    justify-content: center;
    display: flex;
    font-size: 2.2rem;
    font-family: 'Playpen_Sans', Arial, sanf-serif;
    background-color: rgb(0, 0, 255, 0.5);
    line-height: 45px;
    padding: 20px;
    text-align: left;
    display: inline-block;
    border-radius: 5px;
    align-items: center;
}

.cover-footer {
    color: white;
    margin: 0px 5px 10px 5px;
    justify-content: center;
    display: flex;
    font-size: 1.8rem;
    font-family: 'Playpen_Sans', Arial, sanf-serif;
    background-color: rgba(0, 140, 255, 0.5);
    line-height: 45px;
    padding: 10px 20px;
    text-align: left;
    display: inline-block;
    border-radius: 5px;
    align-items: center;
    text-align: center;
    height: max-content;
}

@media (max-width: 768px) {
    .header-cover {
        font-size: 2.4rem;
        padding: 0px 5px 5px 5px;
    }

    .cover {
        font-size: 1.6rem;
        padding: 0px 5px 5px 5px;
    }

    .cover-footer {
        font-size: 1.4rem;
        padding: 0px 10px;
    }

    .subheader-cover {
        font-size: 2.4rem;
        padding: 0px 5px 5px 5px;
    }
}