/* ========== Algemene reset / basisstijl ========== */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.wrapper {
  background: url('../images/Marble.jpg') repeat center center;
  height: 100%;
  padding: 10px;
}

.abc-nav {
  position: sticky;
  top: 0;
  background: transparent;
  padding: 10px;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  text-align: center;
}

.abc-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.abc-list li a {
  font-family: 'Cinzel', serif;
  font-size: 18px;
  text-decoration: none;
  color: #FF0000;
}

.abc-list li a:hover {
  background: #ccc;
  padding: 2px 6px;
  border-radius: 3px;
}

.modelkits {
  overflow: hidden;
  text-align: center;
  background: transparent;
  color: #000;
  padding: 10px;
  z-index: 1000;
  color: #333;
}