/*
Theme Name:     Child
Theme URI:      
Description:    Twentytwentyfive child theme.
Author:         Me
Author URI:     
Template:       twentytwentyfive
Version:        0.1.0
*/

.page-child {
  background: #F4F4F4;
}

.page-child .has-global-padding {
  padding: 0;
}
.page-child .has-global-padding > .alignfull {
  margin: 0;
}

.page-child main {
  margin-top: 0 !important;
}

.page-child .wp-block-post-title {
  display: none;
}

.page-child a {
  text-decoration: none;
}
.page-child a:hover {
  text-decoration: underline;
}