/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 15 2025 | 23:03:28 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

#reti > div:first-child {
    grid-column: 1 /3;
    grid-row: 1/3;
    border: 1px solid red;
    background: pink;
    padding: 10px;
}
#reti > div:first-child h2 {
	margin-left: -100px;
    text-shadow: 2px 4px 8px black;
}

 .page-content {
    /*border: 5px solid black;*/
    margin: 0 20px;
}
body {
	border:2px solid black;
	margin: 8px;
}
ul#menu-1-2e0b5f5 li {
    border: 1px solid black;
}