

body{
width:100%;
height:100%;
top:0;
bottom:0;
left:0;
right:0;
margin:0;
padding:0;
background-image:url(redhouse_2024.jpg);
background-position:top right;
background-attachment: fixed;
background-size:100% auto%;
background-repeat:no-repeat;
text-align:center;
}
#bdy{
	margin:0;
	padding:0;
	display:flex;
	justify-content: center;
	align-items: center;
	}
p{
font-family:'Courier New', Arial;
font-size:1em;
color:#fff;
}

