body {
    background-color: black;
    color: white;
    font-family: Arial, Helvetica, sans-serif;
}

.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial, Helvetica, sans-serif;
  }
  
  /* Links inside the navbar */
.navbar a {
    float: left;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
  }
.copyright {
 	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0;
	width: 100%;
    min-height: 70px;
    display: flex;
}

.active {
    background-color: #ffb404;
}

.logo {
    width: 180px;
    height: 100px;
}

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}

.section {
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
}
section {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.container2 {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0px 0px 20px #ffb915;
  background-color: #d39400;
  border-radius: 8px;
  margin-bottom: 200px;
  font-family: Arial, Helvetica, sans-serif;
}
.container {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0px 0px 20px #ffb915;
  background-color: #d39400;
  border-radius: 8px;
  margin-bottom: 20px;
  font-family: Arial, Helvetica, sans-serif;
}
.container3 {
  width: 90%;
  max-width: 500px;
  margin: 0 auto;
  padding: 20px;
  box-shadow: 0px 0px 20px #ffb915;
  background-color: #d39400;
  border-radius: 8px;
  margin-bottom: 385px;
  font-family: Arial, Helvetica, sans-serif;
}
.form-group {
  width: 100%;
  margin-top: 20px;
  font-size: 20px;
  color: #e4e4e4;
}
.form-group input,
.form-group textarea{
  width: 100%;
  padding: 5px;
  font-size: 10px;
  border: 2px solid rgba(174, 174, 174, 0.815);
  border-radius: 12px;
  margin-top: 5px;
}

textarea {
  resize: vertical;
}

#verzenden {
  width: 100%;
  border: none;
  border-radius: 12px;
  outline: none;
  padding: 15px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  transition: 0.6s ease-in background-color;
}
#verzenden:hover {
  background-color: #ffb404;
}

#verzenden2 {
  width: 100%;
  border: none;
  border-radius: 12px;
  outline: none;
  padding: 5px;
  cursor: pointer;
  font-size: 20px;
  text-align: center;
  margin-top: 10px;
  color: white;
  transition: 0.6s ease-in background-color;
}
#verzenden2:hover {
  background-color: #ffb404;
}

.images {
  margin: 10px 50px;

}
.images img{
  width: 230px;
  padding: 5px;
}




