/*
Theme Name: TwentyTwentyFive-Child
Template: twentytwentyfive
Author: Noémie Sachot
Version: 1.0
*/

html {
    scroll-behavior: smooth;
    scroll-padding-top: 4rem;
}

@media (max-width: 385px) {
    header .wp-block-buttons {
        margin: auto;
        margin-top: 15px;
    }
    header figure {
        margin: auto !important;
    }
}

/* Form success message */
.ff-message-success {
    color: white;
}