/*
Theme Name: Twenty Twenty-Five Child
Template: twentytwentyfive
Version: 1.0
*/

/* Put your custom CSS below */

/* Example: center the page title */
.wp-block-post-title,
.entry-title {
  text-align: center;
}

/* Example: optional page background color */
body {
  background: #f7f3ea;
}