/* Zet hier bijvoorbeeld jouw naam en/of de naam van jouw porject. */

body{
    
    text-align: center;
    font-family: 'Josefin Sans', sans-serif;
    margin: 8px;
    
    background: radial-gradient(circle,hsl(201, 100%, 84%) 0%, hsl(201, 100%, 71%  ) 34%, hsl(201, 100%, 43%) 50%  )
    
}



h1 {
    
    text-align: center;
    font-size: 9em;
    font-family: 'Courgette', cursive ;
    font-weight: 900;
    text-shadow: -20px -5px 2px rgba(50, 255, 129, 0.5) ,
    20px 5px 2px rgba(50, 255, 129, 0.5),
    -40px -10px 4px rgba(156, 255, 194, 0.2),
    40px 10px 4px rgba(156, 255, 194, 0.2) ;
    color:azure;
    font-style: italic;
    




}

h2 {

    text-align: center;
    font-size: 2em;
    font-family: 'Kalam';
    font-weight: 400;
    text-shadow: 3px 3px  rgb(130, 255, 178);
    color: azure;



}

h3 {

    text-align: center;
    font-size:x-large;
    font-family: 'Kalam';
    font-weight: 300;
    text-shadow: 1px 3px  rgb(130, 255, 178);
    color:azure;

}

.kolom{

    width: 400px;
    margin: auto
}


p {

    text-align: left;
    background-color: rgba(127, 187, 255, 0.4);
    margin: 10px ;
    border:rgb(130, 255, 230) 5px groove;
    color:azure;
    border-radius: 20px;
    padding: 50px;
    line-height: 1.5em;

}
