html {
	background: url(meiraum-little-girl.jpg) center center no-repeat;
	background-size: cover;
	min-height: 100vh;
	font-size: 18px;
}

body {
	display: flex;
	font-family: 'Alegreya Sans', sans-serif;
	color: #5bb099;
}

.title-container {
	width: 85%;
	max-width: 400px;
	margin: auto;
	margin-top: 15%;
}

svg {
	width: 100%;
	height: auto;
}

h3 {
	font-size: 26px;
	text-transform: uppercase;
	font-style: italic;
	font-weight: 200;
}

a {
	color: #5bb099;
}
b {
	font-weight: 800;
}



.margin-top {
	margin-top: 1rem;
}

.margin-bottom {
	margin-bottom: 1rem;
}


.margin-top-xl {
	margin-top: 3rem;
}

.margin-bottom-xl {
	margin-bottom: 3rem;
}

