body {
    background-image: url('Background-img.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: 100% 100%;
    overflow: hidden;
}
.title {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    -webkit-text-stroke-width: 3px;
    -webkit-text-stroke-color: black;
    font-size: 50px;
}
.info {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    font-size: 25px;
}
.title2 {
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    color: white;
    -webkit-text-stroke-width: 1.5px;
    -webkit-text-stroke-color: black;
    font-size: 30px;
}
.kleur  {
    font-family: sans-serif;
    font-size: 25px;
}

/* kleuren */
#blauw {
    color: blue;
}
#geel {
    color: yellow;
}
#rood {
    color: red;
}
#groen {
    color: green;
}
#oranje {
    color: orange;
}
#dark {
    color: black;
}
#regenboog {
    color: rgb(206, 36, 197);
}

.list-kleuren {
    list-style-type: none;
    background-color: rgba(255, 255, 255, 0.26);
    position: relative;
    z-index: 1;
    max-width: 360px;
    margin: 0 auto 100px;
    padding: 10px;
    text-align: center;
}
