.big-bookly {
  font-size: 12rem;
  font-weight: 900;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: white;
  text-shadow: 3px 3px 10px rgba(0,0,0,0.9);
  user-select: none;
  position: relative;
  top: -40px;
  z-index: 10;
  font-family: var(--logo-font);
}
.bild {
  position: relative;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  background-image: url('../assets/Buch mit brille.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
}

.actions {
  position: relative;
  z-index: 2;
  margin-top: 20px;
  display: flex;
  gap: 2rem;
}
.button {
  background: #eee;
  color: #333;
  border: none;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 50px;
  cursor: pointer;
  transition: background-color 0.3s, transform 0.3s ease-in-out;
}

.actions button {
  margin: 0 10px;
  padding: 10px 20px;
  font-size: 16px;
}

.main-content {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.section {
  margin: 20px 0;
}
.cta-section{
  text-align: center;
  margin-top:3em ;
}

.top-books {
  display: flex;
  justify-content: center;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.book {
  width: 30%;
  background-color: #eaeaea;
  padding: 10px;
  box-sizing: border-box;
}


.book-imagestart {
  width: 115px;
  height: 135px;
  background: #e0e0e0;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 44px;
  color: #aaa;
  flex-shrink: 0;
}

.book-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.big-bookly {
  font-size: 12rem;
  font-weight: 900;
  margin: 0;
  padding: 0;
  line-height: 1;
  color: white;
  text-shadow: 3px 3px 10px rgba(0,0,0,0.9);
  position: relative;
  top: -60px;
  font-family: var(--logo-font);
}
@media (max-width: 650px) {
  .big-bookly {
    font-size: 8rem;
  }
}