﻿body
{
}
.zone1 {
    background-color: Black;
    color: DarkTurquoise;
    padding: 20px;
}

div.wrapper {
    width: 100%;
    height: 500px;
    background-color:ivory;
}

    div.wrapper div.aspect {
        height: 100px;
        width: 100%;
        background-color: DarkSlateGrey;
        text-align: center;
        display:flex;
        align-items:center;
        justify-content:center;
        
        border: 1px solid darkturquoise;
        
        
        border-radius: 20px;
       
    }



        div.wrapper div.aspect a {
            background-color: DarkSlateGrey;
            color: ivory;
            
        }


.aspect2 {
        height: 500px;
        width: 100%;
        background-color: darkturquoise;
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid black;
        border-radius: 20px;
        }


#tabelleke {
    position: absolute;
    top: 130px;
    left: 50px;
}

#tabolleke {
    position: absolute;
    top: 270px;
    left: 50px;
}

#tabelleke2 {
    position: absolute;
    top: 270px;
    left: 50px;
}

#tableau {
    position: absolute;
    top: 240px;
    left: 50px;
}

#tabelleke3 {
    position: absolute;
    top: 380px;
    left: 50px;
}

#tableexpl1 {
    position: absolute;
    top: 330px;
    left: 50px;
}
#tableexpl2 {
    position: absolute;
    top: 390px;
    left: 50px;
}

#antwoord {
    position: absolute;
    top: 500px;
    left: 50px;
    background-color: darkturquoise;
    color: Black;
    padding: 20px;
    border-left: 2px solid black;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-radius: 10px;
}



#terug {
    position: absolute;
    top: 500px;
    left: 250px;
    background-color: darkturquoise;
    color: black;
    padding: 20px;
    border-left: 2px solid black;
    border-top: 2px solid black;
    border-right: 2px solid black;
    border-bottom: 2px solid black;
    border-radius: 10px;
   
}

    #terug > a {
        text-decoration: none;
    }

input[type=submit] {
    width: 100%;
    background-color: #4CAF50;
    color: white;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

    

    