body{
  background-color: rgb(252, 246, 246);
}
#Überschrift{
  border: none;
  background-color: #FFD700;
  border-radius: 10px;
  box-shadow: 0 0 5px black;
  width: 640px;
  position: relative;
  bottom: 20px;
  left: 50px;
}
#Überschrift h1{
  font-size: 30px;
  font-family: Arial, Helvetica, sans-serif;
  font-style: normal;
}
.angebotbox{
  width: 250px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  padding: 20px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  transition: transform 0.3s ease;
  position: relative;
  left: 50px;
}
.angebotbox :hover{
  transform: translateY(-8px);
}
.angebotbox img{
  width: 120px;
  height: 120px;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 15px;
}
.angebotbox h3{
  font-size: 1.2em;
  margin: 10px 0;
  color: #222;
}
.angebotbox .preisbox{
  background-color: #FFD700;
  color: #000;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 20px;
  display: inline-block;
  margin-bottom: 15px;

}
.angebotbox button{
  background-color: #007BFF;
  color: white;
  border: none;
  padding: 10px 16px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}
.angebotbox a{
  text-decoration: none;
  color: white;
}
#pb{
 position: relative;
 bottom: 270px;
 left: 400px;
}
