body, html
{
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 20px;
}

body
{
	background: #fff url(back.jpg);
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
}

#sr-content
{
	height: 100%;
	outline: 1px solid #f00;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
	
	
	/* font-family: "Alegreya", serif; */
	/* font-optical-sizing: auto; */
	/* font-weight: 400; */
	/* font-style: normal; */
	
	font-family: "Bodoni Moda", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

#sr-title
{
	font-size: 2.5rem;
}

#sr-under
{
	/* text-align: right; */
	font-style: italic;
}
	
#sr-content div
{
	padding: 0 10%;
}