#concerten li {
    display: inline-block;
    margin: 87px;
    padding: 10px;
    background: linear-gradient(135deg, red, orange, yellow, green);
    border-radius: 5px;
    font-size: 20px;
    font-weight: bold;
}

#concerten {
    display: flex;
    flex-direction: column;
    align-items: center; 
    text-align: center; 
    margin-bottom: 20px; 
}

#concerten ul {
    display: flex;
    justify-content: center; 
    gap: 15px; 
    padding: 0;
    list-style-type: none;
}

#concerten li {
    padding: 10px 15px;
    border-radius: 5px;
    font-weight: bold;
    font-size: 20px;
    color: rgb(0, 0, 0);
}

body {
    background-image: url('spikenspan.png'); 
    background-size: cover;
    background-position: center;
    background-attachment: scroll;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    text-align: center;
    color: rgb(0, 0, 0);
}
.navbar {
    position: fixed;
    top: 0;
    width: 100%;
    background: linear-gradient(135deg, red, orange, yellow, green);
    padding: 20px 0;
}
.navbar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.navbar ul li {
    display: inline;
    margin: 0 15px;
}
.navbar ul li a {
    color: rgb(0, 0, 0);
    text-decoration: none;
    font-size: 25px;
}
.navbar ul li a:hover {
    text-decoration: underline;
}
.content {
    margin-top: 50px;
    padding: 20px;
}
.container {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 40px 0;
}
.box {
    width: 500px;
    height: 800px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    background: linear-gradient(135deg, red, orange, yellow, green);
}
.box img {
    width: 100%;
    border-radius: 20px;
}
.button {
    width: 150px;
    height: 20px;
    display: inline-block;
    margin-top: 400px;
    padding: 10px 15px;
    background-color:rgb(199, 39, 39);
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    font-size: 17px;
}
.button:hover {
    background-color:rgb(149, 4, 4);
}

#deals h2, #contact h2 {
    font-size: 36px;  
    color: #ffcc00;   
    text-transform: uppercase; 
}

#deals p, #contact p {
    font-size: 30px;  
    color: #000000;    
    font-weight: bold;
}


#contact a {
    color: #00ffcc; /* Felblauwe kleur */
    font-weight: bold;
    text-decoration: none;
}

#contact a:hover {
    color: #ff6600; /* Oranje bij hover */
}

/* Footer stijlen */
footer {
    background: rgba(0, 0, 0, 0.7); /* Donkere achtergrond */
    color: white;  /* Witte tekst */
    padding: 15px;
    font-size: 18px;
    text-align: center;
}
