.Home ,.Onderdelen ,.Toepassingen ,.Contact {
  text-decoration: none;
  }
  
#drieD_printen,#Soorten_printers,#Merken,#Prijzen,#Voordelen_van_3D_printen,#Nadelen_van_3D_printen,#bold  {
  font-weight: bold;
}

.Prusa,.Creality,.Bambu_Lab {
  font-weight: bold;
}

.Prusa_printer {
  top: 1070px;
  scale: 50%;
  left: 75%; 
  transform: translate( -25%);

}

.Creality_printer {
  top: 1350px;
  scale: 30%;
  left: 70%; 
  transform: translate( -30%);

}

.Bambu_Lab_printer{
  top: 1630px;
  scale: 50%;
  left: 75%; 
  transform: translate( -25%);
}

.Prusa_printer,.Creality_printer,.Bambu_Lab_printer {
  position: absolute;
  border-radius: 50%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.imgtext_prusa,.imgtext_creality,.imgtext_bambulab {
  position: absolute;
  font-family: monospace;
  font-size: large;
}

.imgtext_prusa {
  top: 1520px;
  left: 75%; 
  transform: translate( -25%);
  width: 900px;
  text-align: center;
}

.imgtext_creality {
  top: 1750px;
  left: 70%; 
  transform: translate( -30%);
  width: 1250px;
  text-align: center;
}

.imgtext_bambulab {
  top: 2100px;
  left: 75%; 
  transform: translate( -25%);
  width: 900px;
  text-align: center;
}














