body {
  background-color: #efffff;
  font-family: Verdana, Geneva, sans-serif;
}

.main-container {
  width: 1070px;
  max-width: 100%;
  margin: 0 auto;
}

.boeken {
  display: flex;
  gap: 8px;
  width: 100%;
  justify-content: space-between;
}

.boeken img {
  border: 10px solid #ccc;
  width: calc((100% / 6) - 8px);
  box-sizing: border-box;
}

.content-container {
  display: flex;
  margin-top: 25px;
}

.leftContent,
.rightContent {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 150px;
  background-color: #393939;
  gap: 25px;
  padding: 25px 35px;
}

.centerContent {
  flex: 1;
  background-color: #e5e4e2;
  text-align: center;
  padding: 30px;
}

.hover-box {
  display: flex;
  width: 100%;
  border: 10px solid #ccc;
  background-color: white;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.rightContent .hover-box {
  height: 60px;
}

h1 {
  font-size: 56px;
  font-weight: bold;
  color: #c90;
  text-align: center;
}

p {
  color: #140b0d;
  font-size: 15px;
}

a {
  text-decoration: none;
}
