:root {
    --gr-geel-groen-ora: linear-gradient(270deg,#ff00fd 10%, #ffff00 40%, #d4ff00 20%); /* global scope */
    --gr-paars-blauw-paars: linear-gradient(180deg,#ec94c1 20%, #99b0e2 75%, #ecb3e8 10%);
    --gr-blauw-groen:linear-gradient(90deg,rgba(42, 70, 155, 0.82) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
    --gr-geel-groen-rad:radial-gradient(circle,rgba(134, 155, 42, 0.6) 0%, rgba(87, 199, 133, 1) 50%, rgba(237, 221, 83, 1) 100%);
    --gr-klei:linear-gradient(90deg, #efe6da 0.000%, #e5d7ca 16.667%, #dac7b9 33.333%, #cfb6a9 50.000%, #c4a699 66.667%, #b9968b 83.333%, #af887e 100.000%);
    --gr-zand-zee:linear-gradient(180deg, #989ecb 0.000%, #8ca4c6 16.667%, #92a9be 33.333%, #a7acb4 50.000%, #c4afa8 66.667%, #dfaf9d 83.333%, #eeae93 100.000%);
    --gr-groen-tint:linear-gradient(90deg, #ebfbe5 0.000%, #a4b8a3 25.000%, #7ea68d 50.000%, #93d3b6 75.000%, #d4fffa 100.000%);
    --gr-geel-blauw:linear-gradient(90deg, #f9f5ee 0.000%, #eee5c8 16.667%, #d3d1b4 33.333%, #b9c8c1 50.000%, #b1d0e5 66.667%, #c0e3ff 83.333%, #ddf4ff 100.000%);
    font-size: 14px;
}

body {

}
#omheen {
    width: 55%;
    margin: auto;
    background: var(--gr-geel-blauw);
    height: 100vh;
    padding:3vw;
}
#spreukTabel {
    width: 95%;
}
tr {

}
td {
    text-align: center;
    padding:7px;

}
span {
    border-style: solid ;
    border-width: 2px;
    border-color: white;
    padding: 2px;
    font-family: 'courier new', courier, monospace;
    font-size: 2rem;
    aspect-ratio: 1 / 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.uit {
    background-color: #8B0000;
    color: #8B0000;
}
.aan {
    background-color: #8B0000;
    color: white;
}
#ai {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
#jr {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;

}
#sz {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.knoppen button {
    background-color: gray;
    border: none;
    color: white;
    padding: 4% 4%;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 85%;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    width:10%;
    height: 10%;
    aspect-ratio:1/1;
}
.knoppen button:hover {
    background-color: white;
    color: black;
    border: 2px solid #555555;
}
.knoppen button:disabled{
    background-color: darkolivegreen;
}
.onzichtbaar {
    display: none;
}
.zichtbaar {
    display: inline-block;
}
.sturen {background-image: linear-gradient(to right, #1FA2FF 0%, #12D8FA  51%, #1FA2FF  100%)}
         .sturen {
            margin: 10px;
            padding: 1.5vw 1.5vw;
            text-align: center;
            text-transform: uppercase;
            transition: 0.5s;
            background-size: 200% auto;
            color: white;
            box-shadow: 0 0 20px #eee;
            border-radius: 10px;
            display: inline-block;

          }

          .sturen:hover {
            background-position: right center;
            color: red;
            text-decoration: none;
          }
 p {
     font-family: 'ABeeZee', sans-serif;
     font-size: 1.2rem;
     /*font-family: 'Anton', sans-serif;
     font-family: "Momo Signature", cursive; font-weight: 400;
    font-family: "Momo Signature", cursive;*/
 }
 /*desktop*/
@media screen and (min-width: 1024px) {

}

/*Ipad*/
@media screen and (min-width: 768px) {
    #omheen {
        width: 75%;
    }

}

/*iPhone*/
@media only screen and (min-device-width: 320px) and (max-device-width: 568px){
    root {
        font-size: 12px;
    }
    #omheen {
        width: 95%;

    }
    span {
        font-size: 1.4rem;
    }
    p {
        font-size: 1rem;
    }

}