/*
Theme Name: Twenty Twenty-Five Child
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Template: twentytwentyfive
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Tags: one-column,custom-colors,custom-menu,custom-logo,editor-style,featured-images,full-site-editing,block-patterns,rtl-language-support,sticky-post,threaded-comments,translation-ready,wide-blocks,block-styles,style-variations,accessibility-ready,blog,portfolio,news
Version: 1.4.1773168724
Updated: 2026-03-10 18:52:04

*/

/* HEADER */
header.wp-block-template-part
{
    top: 0px;
    left: 0px;
    position: fixed;
    width: 100%;
    z-index: 1000;
    border-bottom: double 8px black;
}

/* CONTENT */
.entry-content
{
    opacity: 0.9;
    zoom: 1;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.entry-content img
{
	border:solid 1px black;
	border-radius:10px;
}

/* BLOG */
.wp-block-post-content
{
    border-top: double 8px black;
    border-bottom: double 8px black;
}

/* FOOTER */
footer.wp-block-template-part
{
    border-top: double 8px black;
}