
 
 body{
    background-image: url("images/bg.png");
    background-repeat: no-repeat;
    background-size:  100%;

    font-family: Arial, Helvetica, sans-serif;
    margin: 0;
    padding: 0px;
    /* background: #000; */
    color:black;
    width: 100%;
    height: 100%;
}

header{
    display: inline-block;
    position: fixed;
    top: 0;
    height: 20vh;
    width: 100%;
    z-index: 10;
}

table{
    width: 100%;
    color:whitesmoke !IMPORTANT;

}

table td{
    padding: 10px;
}

#ovz_poster{
    width: 350px;
}

#ovz_poster {
    transition: transform 0.25s ease;
    
}
#ovz_poster:hover {
    -webkit-transform:scale(1.5); /* or some other value */
    transform:scale(1.5);
    /* position: absolute;
    top: 100px;
    right: 500px; */
} 

a{
    text-decoration: none;
    color: rgb(223, 150, 150);
}

.logo{
    float: right;
    width: 150px;
    /* height: 150px; */
}

a:link{
    text-decoration: none;
}

.klik{
    font-size: 48px;
    text-align: center;
    transition: transform 0.50s ease;
}

.klik:hover{
    font-size: 52px;
    cursor: pointer;
}

.paddy{
    padding: 15px;
}

.totaalbedrag{
    width: 50%;

}

.aantallen{
    background-color: whitesmoke;
}