body {
  overflow: hidden;
  background-color: black;
  margin: 0px;
  padding: 0px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  overflow-x: hidden;
}

.mail {
  background-color: rgb(0, 0, 0);
  display: flex;
  font-size: 40px;
  /* margin-right: 40vh; */
  margin-top: 5vh;
  justify-content: center;
  /* margin: 0 auto; */
}

.mail img {
  width: 50px;
  height: 50px;
  /* margin-right: 50vw; */
}

.mail a {
  color: white;
  text-decoration: none;
  margin-top: 10vh;
}

.navbar {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 1000;
  background-color: #000000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.navbar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
}

.navbar ul li a {
  display: block;
  color: white;
  text-align: center;
  padding: 20px 150px;
  text-decoration: none;
  transition: background 0.3s;
}

.navbar ul li a:hover {
  text-decoration-line: underline;
  text-decoration-color: rgb(244, 252, 0);
}

.text_contact {
  color: white;
  font-size: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-top: 5vh;
  align-items: center;
}

h1 {
  width: fit-content;
}

.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.form label {
  color: white;
  font-size: 18px;
  margin-bottom: 5px;
}

#subject {
  height: 200px;
  width: 500px;
}

#Email {
  width: 500px;
  height: 30px;
}

#naam {
  width: 500px;
  height: 30px;
}

label p {
  text-align: center;
  margin: 0;
}

#sturen {
  width: 100px;
  height: 40px;
  display: flex;

}

#bericht {
  width: 500px;
  height: 200px;
}