/** LOGO **/
.wp-block-group.has-global-padding.is-content-justification-center.is-layout-constrained.wp-block-group-is-layout-constrained {
    text-align: center;
}

/** FONTS **/
body, p, a {
    font-family: "Open Sans", sans-serif !important;
}

/** Latest Posts Titles **/
.wp-block-post-content a{
  text-decoration: none;
}

.wp-block-latest-posts__post-title{
  font-weight: bold;
  transition: all 200ms;
}

.wp-block-latest-posts__post-title:hover {
  background-color: #fdcb00;
  text-decoration: underline;
}