body{
    text-align: center;
    background-color: black;
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 5vh;
}
textarea{
    font-size: 16vh
}
p{
    color: rgb(0, 136, 255);
}
#blauwetext{
    width: 50vw;
    margin-left: 29vw;
    flex: 0 0 auto;
    background-color: black;
}
.achtergrond{
    position: absolute; 
    left: -400px;
    z-index: -1;
}