html {
	font-size: 1rem;
	background: #fff;
	font-family: Georgia, 'Times New Roman', Times, serif;
	color: #3D5039;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

body {
	min-height: 100vh;
	margin: 0;
}

* {
	box-sizing: border-box;
}

.tekst_eronder {
	display: block;
	position: absolute;
	width: 50%;
	top: 4rem;
	left: 50%;
	z-index: -1;
}

.center2 {
	width: 100%;
	height: auto;
	transform: translateX(-50%);
	margin-bottom: 1rem;
}

.tekst2 {
	transform: translateX(-50%);
	z-index: 3;
	margin-bottom: 2rem;
	width: 80vw;
	max-width: 80vw;
}

.center {
	display: block;
	position: absolute;
	width: 50%;
	height: auto;
	top: 4rem;
	left: 50%;
	transform: translateX(-50%);
	z-index: -1;
  }

 a {
	 color: #3D5039;
	 text-decoration: none;
 }

 a:hover.begin {
	background-color: #3D5039;
	color: white;
 }

 a:hover.bloem {
	 background-color: #FCBCD2;
	 color: white;
 }

 .bloem {
	 color: #FCBCD2;
 }

 a:link.underline {
	text-decoration: underline;
 }

 a:hover.underline {
	 background-color: #3D5039;
	 color: white;
	 text-decoration: none;
 }

 p {
	 color: #3D5039;
	 width: 20ch;
	 max-width: 20%;
	 margin: 1rem 0;
	 margin-left: 10%;
	 text-align: left;
 }

 h1 {
	font-size: 1rem;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	text-align: center;
	font-weight: normal;
 }

 .letters {
	display: flex;
	justify-content: space-between;
	width: auto;
	max-width: 80%;
	margin-top: 0.67em;
 	margin-bottom: 0.67em;
	margin-left: 10%;
	font-weight: bold;
	font-size: 2.5em;
 }

 #page-container {
	position: relative;
	min-height: 100vh;
  }
  
  #content-wrap {
	padding-bottom: 1.5rem;
  }

  .flex-container {
	padding: auto;
	margin: auto;
	list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
  }
  
  .flex-item {
	background: #fff;
	padding: 1rem;
	margin-top: 1rem;
	margin-bottom: 1rem;
	line-height: 1.5rem;
	font-weight: normal;
	font-size: 1rem;
	text-align: justify;
  }
  
  .one {
	  width: 500px;
  }
  
  .two {
	  width: 500px;
  }

  footer {
	display: grid;
	grid-template-columns: 1fr 1fr;
	position: fixed;
	bottom: 0;
	width: fit-content;
	height: 2.5rem;
	padding: 0 1.5rem 0 1.5rem;
  }

  .footer2 {
	place-self: start end;
	grid-column: 2;
	grid-row: 1;
  }