.header {
    background: linear-gradient(90deg, #ff6ec4, #7873f5);
    padding: 15px 0;
    text-align: center;
    color: white;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* Optional: Style the h1 inside */
.header h1 {
    margin: 0;
    font-size: 2.5rem;
    letter-spacing: 1px;
}

.broodtekst{
    font-size: 18px;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
}

.navbar a {
    text-decoration: none;
    color: white;
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px 20px;
    margin: 0 10px;
    border-radius: 5px;
    font-weight: bold;
}
.navbar a:hover {
    background-color: rgba(255, 255, 255, 0.4);
}
body {
    margin: 0;
    padding: 0;
    background: linear-gradient(to bottom right, #fce3f3, #e2e3fc);
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.slideshow-container {
    width: 80%;
    max-width: 800px;
    margin: 40px auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.slideshow-image {
    width: 100%;
    height: auto;
    display: block;
    transition: opacity 1s ease-in-out;
}

.wireframe{
    border-style: groove;
    border-color: #7873f5;
    border-width: 5px;
}

.vinyl-container {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    overflow: hidden;
    border: 6px solid #333;
    box-shadow: 0 0 20px #444;
    animation: spin 5s linear infinite;
}
  
.vinyl {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
  
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.wireframe img{
  width: 100%;
  max-width: 1500px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.diagram{
    width: 100%;
  max-width: 1500px;
  height: auto;
  display: block;
  margin: 0 auto;
}
.image-wrapper {
    max-width: 90vw;        /* don’t exceed screen width */
    margin: 0 auto;
    padding: 0 1rem;
    text-align: center;
}
  
  .image-wrapper img {
    width: 100%;            /* fill container */
    height: auto;
    max-width: 1000px;
}