html, body {
	font-family: 'Times New Roman', Garamind, serif;
	font-size: 18px;
	line-height: 1.4;
	width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
	background: #091e39;
    overflow:hidden;
    display:block;
}

body {
	color: #847455;
	background-image: url("../img/loewe-links.png"), url("../img/loewe-rechts.png"), radial-gradient(circle, rgba(11,34,64,1) 0%, rgba(9,29,54,1) 50%, rgba(38,87,148,1) 100%);
	background-repeat: no-repeat, no-repeat;
	background-position: left center, right center;
	background-size: contain, contain;
	border: 40px solid blue;
	border-image-source:url("../img/border-background.png");  
	border-image-repeat: round;
	border-image-slice: 90;
	filter: saturate(75%);
}

@media (max-width: 576px) {
	body {
		border: none !important;
	}
}

.text-center {
	padding: 1.5rem 1.5rem 1rem 1.5rem;
	background-color: #e7e2cd;
	background: linear-gradient(90deg, rgba(208,194,174,1) 0%, rgba(255,255,255,1) 50%, rgba(208,194,174,1) 100%);
	border: 2px solid #9c814d;
	box-shadow: 0 0 40px #0f2541;
}

a {
	color: #847455;
}

h1 {
	--animate-delay: 0.5s;
}

h2 {
	font-size: 1.4rem !important;
	color: #265794;
	--animate-delay: 0.75s;
}

hr {
	height: 2px !important;
	background-color: #fff;
}

p {
	--animate-delay: 1s;
}