

#myTextArea {
    margin: 20px 0;
    padding: 15px;
    background-color: #dbdbdb;
    border-radius: 5px;
}

main
{
    max-width: 800px;              /* Zorgt dat de site niet te breed wordt */
    margin: 20px auto;             /* Centreert de 'main' doos op de pagina */
    padding: 20px;
    background-color: white;       /* Wit vlak voor de tekst */
    border-radius: 8px;            /* Subtiele ronde hoekjes */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Een zachte schaduw */
}


