<?php  
function macren_enqueue_styles() {
    wp_enqueue_style('twentytwentytwo', get_template_directory_uri() . '/style.css');
    wp_enqueue_style('macren-style', get_stylesheet_uri(), array('twentytwentytwo'));
}
add_action('wp_enqueue_scripts', 'macren_enqueue_styles');
  ?>


<style>
h1 {
  font-size: 50px;
 
}
h1.wp-block-post-title {
  font-size: 50px;
   
}
body {
  background-color: #00CCFF;
}
#selektor {
  text-align: center;
}
#margines {
  margin: 20px;
}
</style>