body {
  background-image: url(https://img.pikbest.com/wp/202405/wallpaper-black-abstract-3d-rendered-background-design_9798906.jpg!sw800);
  background-size: cover;
  background-repeat: no-repeat;

}

h1 {
  color: rgb(250, 250, 250);
  text-align: center;
}

h3 {
  color: rgb(255, 255, 255);
  position: relative;
  text-align: center;
  text-decoration: solid;
}

section {
  color: rgb(255, 255, 255);
  text-align: center;
  text-decoration: solid;
}

h4 {
  color: rgb(255, 255, 255);
  position: relative;
  top: -250px;
  font-size: 20px;
  text-align: center;
  text-decoration: solid;
}

a {
  color: rgb(255, 255, 255);
}

.overMij {
  p {
    color: rgb(255, 255, 255);
    position: absolute;
    right: 575px;
    top: 225px;
    text-align: center;
    font-size: 14px;
    line-height: 1;
    max-width: 25vw;
    margin: 1px 1px;
    font-family: 'Times New Roman', Times, serif;
  }
}

.fotoik {
  position: relative;
  text-align: center;
  top: 200px;
  right: -250px;
  width: 275px;
  height: 375px;
  border-radius: 20px;
  border: 2px solid white;
}

.navbar {
  /* position: relative;
  top: -50px; */
  width: 100%;
  z-index: 1000;
  display: inline;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

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

.navbar ul li a {
  color: white;
  text-align: center;
  padding: 14px 30px;
  text-decoration: none;
  transition: background 0.3s;
}

.navbar ul li a:hover {
  background-color: #757575;
}