header {
  background-color: black;  
  box-sizing: border-box;
  height: 70px;

}
body{
  overflow: hidden; /* Disable scrolling */
  height: 100%; /* Ensure body takes full height */
  margin: 0; /* Reset margin */
   
}


.buttonmain{
  color: aliceblue;
  position: absolute;
  font-family: roboto;
  font-size: 25px;
  left: 28%;
  top: 22px;
}
.buttonbrowse{
  color: aliceblue;
  position: absolute;
  font-family: roboto;
  font-size: 25px;
  left: 47%; 
  top: 22px; 
}
.buttoncontact{ 
  color: aliceblue;
  position: absolute;
  font-family: roboto;
  font-size: 25px;
  left: 37%; 
  top: 22px;
}

.buttonlogin{
  font-style: italic;
  color: aliceblue;
  position: absolute;
  font-family: roboto;
  font-size: 25px;
  left: 1400px;
  top: 22px;
  
}




header h3 {
  color: aliceblue;
  font-style: italic;
  position: absolute;
  top: -30px;
  left: 65px;
  font-size: 40px;

}



.Brief {
  border-radius: 30%;
  height: 350px;
  position: absolute;
  top: 440px;
  left: 90px;
  box-shadow: 15px 20px 35px rgba(0, 0, 0, 0.6); 
}
p2 {
  color: transparent;
  position: absolute;
  top: 485px;
  left: 140px;
  pointer-events: none;
  transition-duration: 100ms;
}

.containerzegel:hover p2 {
  color: white;
  pointer-events: auto;
}

.man {
  border-radius: 30%;
  height: 350px;
  position: absolute;
  top: 440px;
  right: 90px;
  box-shadow: 15px 20px 35px rgba(0, 0, 0, 0.5); 
  
}

p {
  color: transparent;
  position: absolute;
  top: 485px;
  right: 130px;
  pointer-events: none;
  transition-duration: 100ms;
}

.containerman:hover p {
  color: white;
  pointer-events: auto;
}


.crosshair {

  height: 4%;
  width: 4%;
  position: relative;
  top: -1605px;
  left: 340px;

}

.background {
  margin-top: 0;
  background-position: center;
  width: 100%;
  height: 100%;
}

button {
  position: absolute;
  right: 500px;
  top: 450px;
  width: 150px;
  height: 65px;
  border-radius: 30px;
  background-color: #15C199;
  transition-duration: 0.6s;

}

button:hover {
  background-color: #0f8e70;
}







a:link {
  text-decoration: none;
}

a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:active {
  text-decoration: none;
}