body {
    background-image: url("images/landingbg.jpg");
    background-color: black;
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
      background-attachment: fixed;
    color: white;
    font-family: 'Lucida Sans';
    font-size: 16px;
}

.contents {
position: relative;
  top: 150px;

    height:300px;
  width: 400px;
  margin-left: auto; 
    margin-right: auto;
    text-shadow: 0 0 3px black;
    /*background-color: rgba(0, 0, 0, 0.62);*/
    background-image: url("images/textbg50op.png");
    background-repeat: no-repeat;
  background-size: 100% 100%;
    padding: 100px;
}

@keyframes rainbow {
    0%   {color:rgba(255, 0, 0, 0.5); text-shadow:0 0 55px;}
    40% {color:rgba(255, 255, 0, 0.5);text-shadow:0 0 55px;}
    60% {color:rgba(124, 252, 0, 0.5);text-shadow:0 0 55px;}
    80% {color:rgba(30, 144, 255, 0.5);text-shadow:0 0 55px;}
    100% {color:rgba(255, 0, 0, 0.5);text-shadow:0 0 55px;}
}

.bg {
 position: absolute;
  width: 100%;
  text-align: center;
  font-size: 250px;
    top:250px;
    animation-name: rainbow;
    animation-duration: 8s;
    animation: rainbow 6s linear 0s infinite;
    font-family: 'Potta One';
    overflow: hidden;
    height: 350px;
    
} 

.welkom {
    text-align: center;
    font-size: 40px;
    font-family: 'Tilt Neon';
    text-shadow:0 0 2px yellow, 0 0 5px red, 0 0 10px pink;
    color:white;
    
}



.tekst {
    background-image: url("images/textbg50op.png");
    background-repeat: no-repeat;
  background-size: 120% 110%;
    background-position:center;
    padding:10px;


}

.uitleg {
    padding: 5px 10px;
}

.titel {
    text-shadow: 0 0 3px red;
    
}

a {
    display: block;
    padding: 20px;
    text-decoration: none;
    color:white;
    width:fit-content;
    font-size: 18px;
    position: relative;
    margin-left: auto;
    margin-right:auto;
    background-image: url("images/textbg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
a:hover {
    padding:20px;
    width:fit-content;
    background-image: url("images/textbgblue.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}