body {
	font-family: sans-serif;
}
.bg-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(images/bg3.jpg);
	background-size: 300%;
	background-repeat: no-repeat;
	filter: blur(5px);
}

.body {
	position: relative;
	margin: 2rem;
	border: 1px solid white;
	border-radius: 1rem;
	background: white;
	box-shadow: 1px 1px 3px black;
	padding: 250px 0.5rem 0.5rem 0.5rem;
	background-image: url(images/bg3.jpg);
	background-repeat: no-repeat;
	background-size: contain;
}

nav {
	/*padding: 2rem 0.5rem 0 0.5rem;*/
	width: 14.5rem;
	position: absolute;
	top: 284px;
}

nav a.text {
	display: block;
	line-height: 1rem;
	text-decoration: none;
	border-radius: 0.5rem;
	border: 1px solid #aaa;
	color: #666;
	background: #ccc;
	margin-bottom: 0.5rem;
	padding: 0.5rem 0 0.5rem 0.5rem;
	box-shadow: 1px 1px 3px black;
}

nav a.active {
	color: black;
	background: white;
	margin-right: -0.6rem;
	border-radius: 0.5rem 0 0 0.5rem;
}

.content {
	/*flex-grow: 2;*/
	background: white;
	border: 1px solid #aaa;
	border-radius: 1rem;
	box-shadow: 1px 1px 3px black;
	padding: 1rem;
	margin-left: 15rem;
	position: relative;
  	min-height: 20rem;
}
.content .logo img {
	width: 12rem;
}

.flexbox {
	display: flex;
  	flex-wrap: wrap;
	column-gap: 1rem;
}
.flexbox p {
  	display: block;
}
.flexbox span {
  	display: block;
  	margin-top: 10px;
  	font-style: italic;
}

a.social-media {
	display: inline-block;
	margin-right: 0.3rem;
	height: 2rem;
	width: 2rem;
	border-radius: 0.2rem;
	color: white;
	text-align: center;
	margin-top: 2rem;
	background-image: url(images/instagram.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

form label {
	display: block;
	font-weight: bold;
}
form div {
	margin-bottom: 1rem;
}
