header, footer {
    background-color: #f4f7fa;
    color: #07182d;
}

#block-fluffiness-page-title h1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 16px;
}

@media(max-width: 640px){
    #block-fluffiness-page-title h1 {
        flex-direction: column;
    }
}


#block-fluffiness-page-title h1:before {
    content: "";
    background-image: url(../../images/group_logo.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 200px;
    height: 64px;
    position: relative;
    display: block;
}

footer {
    background-color: #07182d;
    padding-top: 20px;
    padding-bottom: 20px;
}

footer p {
    color: white;
}