*, *::before, *::after {
	box-sizing: border-box;
}

body {
	background-color: #3d405b;
	color: #ffffff;
	font-family: sans-serif;
	font-size: 20px;
}

h1, h2, h3, h4, h5, h6 {
	font-family: serif;
}

header, aside, section, footer, button {
	padding: 0.5em 1em;
	margin: 0.5em;
}

a {
	color: #ffffff;
}

footer, footer a {
	background-color: #81b29a;
	color: #3d405b;
}

.hero, footer {
	border-radius: 0.5em;
}

button {
	font-size: 1em;
	font-weight: bold;
}

.hero {
	background-image: url( /dolo-iglesias-z9z6u1rn7sY-unsplash-scaled.jpg );
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	background-color: rgba(0, 0, 0, 0.5);
	background-blend-mode: darken;
	width: 100%;
	min-height: 66vh;
}