 /* radial-gradient techniek is van: https://cssgradient.io/ */ 
body{ 
    background: rgb(2,0,36);
    background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(19,48,77,1) 1%, rgba(227,227,227,1) 24%, rgba(5,30,69,1) 36%, rgba(0,0,0,1) 100%);
}


.bronnen{
    background: whitesmoke;
}

h1{
    text-align: left;
    margin-top: 2em;
    padding-right: 2em;
    color: black;
    font-family:monospace;
    font-size: 1.7em;
}

h2{
    text-align: center;
    color: black;
    font-family:monospace;
    font-size: 1.7em;
}


p{
    text-align: right;
    margin-top: 2em;
    padding-right: 2em;
    color: azure;
    font-family:monospace;
    font-size: 1.7em;
}


p:nth-of-type(2){
    font-size: 0.8em;
    padding-right: 4.5em;
}

.naam{
    color:yellow;
    text-align: center;
    margin-top:-0.5em;
}


section:first-of-type{
    margin: auto;
    text-align: center;
    margin-top:-2em;
}


section:first-of-type img{
    margin-left: 2em;
    margin-right: 2em;  
    width: 5em;
}


.cheese{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5em;
    width: 25em;
}


.backgroundcheese{
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5em;
    width: 25em;
}


section:nth-of-type(2){
    margin: auto;
    text-align: center;
    margin-top:3em;
}


section:nth-of-type(2) img{
    margin-left: 2em;
    margin-right: 2em;  
    width: 5em;  
}

.brontekst{
    text-align: center;
    margin-top: 2em;
    padding-right: 2em;
    color: black;
    font-family:monospace;
    font-size: 0.8em;
}

main a:first-of-type{

    background-color: yellow;
    font-family:monospace;
    font-weight: 800;
    margin:1em;
    padding:0.5em;
    margin-bottom:2em;
    color:black;
}


button{
    background-color: green;
    font-family:monospace;
    font-weight: 800;
    margin:1em;
    padding:0.5em;
    margin-bottom:2em;
    color:black;
}
