/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Description: A custom child theme
Author: Jeremy Fonte
Version: 1.0
*/

html, body {
    padding: 0;
    margin: 0;
}

body {
    background-color: black;
    color: white;
}

div.wp-site-blocks header {

}

.headerBlock, .headerImg {
    position: relative;
    padding: 0 !important;
    margin: 0 !important;
}

.wp-block-site-title {
    font-family: "Palatino Linotype", Palatino, "Book Antiqua", serif;
    font-weight: bold;
}

div.wp-site-blocks header p.wp-block-site-title {
    font-size: 38px;
}

footer {
    background-color: white;
}