/*
 Theme Name:   Twenty Twenty-Five Child
 Theme URI:    https://time2angel.com/
 Description:  Child theme for Twenty Twenty-Five
 Author:       Time2Angel
 Author URI:   https://time2angel.com/
 Template:     twentytwentyfive
 Version:      1.0
*/

h1.wp-block-post-title{
    text-align: center;
    font-size: 40px;
}

.comment-awaiting-moderation{
    color:#8a6cff;
}

.wp-block-image img.size-large{
    border-radius:6px;
    box-shadow:
    0 6px 14px rgba(170, 140, 200, 0.4),
    0 22px 48px rgba(170, 140, 200, 0.5);
    transition: box-shadow .25s ease, transform .25s ease;
}