*{
	text-align:left;
}

.left {
    max-width: 300px;
    min-height: 10px;
    gap: 2rem;
    align-items: left;
    float: left;
    clear:left;
    width: 20%;
}


.right {
    font-size: 16px;
    width: auto;
    color: #000;
    padding: 0.5rem;
    border: 1px solid #000;
    margin-left: 20px;
    float: left;
    overflow: auto;
	max-height: 95vh;
}

a {
    font-size: 18px;
	color: blue;
}

a:hover, a:visited {
	color: blue;
}

.divspace {
	width: 100px;
	max-width: 200px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

.mobile-container { /* Onder de recept */
  max-width: 480px;
  margin: auto;
  background-color: white;
  height: 500px;
  color: white;
  border-radius: 10px;
}

.topnav { /* het recept */
  overflow: hidden;
  background-color: #F8FAFC;
  position: relative;
}

.topnav #myLinks {
  display: none;
}

.topnav a {
  color: blue;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
  display: block;
}

.topnav a.icon { /* Hamburger menu */
  background: #04AA6D;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

.topnav a:hover {/* Hamburger menu hover */
  background-color: #ddd;
  color: black;
}

.active { /* Top menu bar */
  background-color: #04AA6D;
  color: white;
}

textarea {
	font-size: 18px;
}