/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
 
 p {
    color: red;
}

body {
    background-color: #b2db1e; /* Changes the site's background color */
}

.entry-title {
    font-size: 28px; /* Makes post titles larger */
}