html {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: #730233;
  background-image: url('/images/background.png');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
body{
  margin: 0px;
}

.playball-regular {
  font-family: "Playball", cursive;
  font-weight: 400;
  font-style: normal;
}

.smooch-regular {
  font-family: "Smooch", cursive;
  font-weight: 400;
  font-style: normal;
}

.playfair-display {
  font-family: "Playfair Display", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


.header {
  background-color: #ffffff25;
  backdrop-filter: blur(7px);
  box-shadow: -3px 4px 4px 0 rgb(0, 0, 0);
  position: relative;
  top: 20px;
  width: 90%;
  left: 5%;
  right: 5%;
}

div.header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

div.header li {
  float: left;
}

div.header li a {
  display: block;
  color: rgb(255, 255, 255);
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 30px;
  text-shadow: -3px 4px 4px rgb(0, 0, 0);
  position: relative;

}

div.header li a:hover {
  background-color: #ffffff50;
}
.hp-container0 {
  background-color: #ffffff25;
  backdrop-filter: blur(7px);
  box-shadow: -3px 4px 4px 0 rgb(0, 0, 0);
  position: relative;
  width: 90%;
  left: 5%;
  right: 5%;
  top: 60px;
  display: grid;
  height: fit-content;
}

.hp-container0 img{
  max-width: 30%;
  float: right;
  display: block;
  margin: 0px 0px 0px 20px;
  box-shadow: -3px 4px 4px 0 rgb(0, 0, 0);
}

.intro h1 {
  color: #ffff;
  font-size: 72px;
  text-shadow: -3px 4px 4px rgb(0, 0, 0);
  position: relative;
  left: 20px;
  margin-top: 0px;
}

.intro h2 {
  color: #ffff;
  font-size: 35px;
  text-shadow: -3px 4px 4px rgb(0, 0, 0);
  position: relative;
  top: -60px;
  left: 20px;
}

.intro p {
color: #fff;
font-size: 25px;
text-shadow: -3px 4px 4px rgb(0, 0, 0);
position: relative;
left: 20px;
top: -80px;
width: 90%;
}

.nieuwste-project h1 {
  color: #ffff;
  font-size: 50px;
  text-shadow: -3px 4px 4px rgb(0, 0, 0);
  position: relative;
  text-align: center;
  margin-top: 80px;
}

.nieuwste-project {
  background-color: #ffffff25;
  backdrop-filter: blur(7px);
  box-shadow: -3px 4px 4px 0 rgb(0, 0, 0);
  position: relative;
  width: 40%;
margin: auto;
}

.nieuwste-project1 {
  background-color: #ffffff25;
  backdrop-filter: blur(7px);
  box-shadow: -3px 4px 4px 0 rgb(0, 0, 0);
  position: relative;
  width: 80%;
  left: 10%;
  right: 10%;
  display: grid;
  height: fit-content;
  margin-bottom: 30px;
}

.nieuwste-project1 h1 {
  color: #ffff;
  font-size: 50px;
  text-shadow: -3px 4px 4px rgb(0, 0, 0);
  position: relative;
  left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.nieuwste-project1-info {
  display: flex;
}


#info-text-project  {
  color: #fff;
  font-size: 25px;
  text-shadow: -3px 4px 4px rgb(0, 0, 0);
  position: relative;
  left: 20px;

  width: 100%;
}

.hp-container2 img {
max-width: 80%;
  box-shadow: -3px 4px 4px 0 rgb(0, 0, 0);
  position: relative;
  left: 50px;
}

footer {
  padding: 10px;
  text-align: center;
  color: white;
  background-color: #ffffff25;
  backdrop-filter: blur(7px);
height: 130px;
}


footer h1 {
  color: #fff;
  font-size: 35px;
  text-shadow: -3px 4px 4px rgb(0, 0, 0);
  position: relative;
  top: -10px;
}

footer p {
  color: #fff;
  font-size: 25px;
  text-shadow: -3px 4px 4px rgb(0, 0, 0);
  position: relative;
  top: -20px;
}

.project1 {
  background-color: #ffffff25;
  backdrop-filter: blur(7px);
  box-shadow: -3px 4px 4px 0 rgb(0, 0, 0);
  position: relative;
  width: 80%;
  left: 10%;
  right: 10%;
  display: grid;
  height: fit-content;
  margin-bottom: 30px;
}
.nieuwste-project1-pp {
  background-color: #ffffff25;
  backdrop-filter: blur(7px);
  box-shadow: -3px 4px 4px 0 rgb(0, 0, 0);
  position: relative;
  width: 80%;
  left: 10%;
  right: 10%;
  display: grid;
  height: fit-content;
  margin-bottom: 30px;
  top: 50px;
}

.nieuwste-project1-pp h1 {
  color: #ffff;
  font-size: 50px;
  text-shadow: -3px 4px 4px rgb(0, 0, 0);
  position: relative;
  left: 20px;
  margin-top: 0px;
  margin-bottom: 0px;
}
footer {
  position: relative;
  top: 50px;
}
embed {
  width: 50%;
  height: 600px;
  position: relative;
  top: 50px;
}