@font-face {
    font-family: Garamond;
    src: url(font/Garamondt-Regular.woff);
}
@font-face {
    font-family: Crozette;
    src: url(font/Crozet-Regular.woff2);
}


body {
    font-family: Garamond, serif;
    background-color: whitesmoke;
}

h1 {
    font-family: Crozette, sans-serif;
    font-weight: normal;
    font-size: 3em;
    text-align: center;
    margin-bottom: 0;
    margin-top: 0;
}

h2 {
    font-family: Crozette, serif;
    font-weight: normal;
}

p {
    margin-bottom: 0;
    line-height: 1em;
}



.trois {
    width: 100%;
    height: 85vh;
    display: flex;
    flex-flow: row nowrap;  
    justify-content: flex-start;
    gap: 10px;
}

.un {
    border-radius: 10px;
}

#liste {
    box-shadow: 0px 0px 20px #00d0ff62;
    width: 33%;
}

ul {
    list-style-type: "☆";
}

#affichage {
    box-shadow: 0px 0px 20px #d4ff0062;
    width: 33%;
    padding: 0 20px;
}

#ecriture {
    width: 33%;
}

textarea {
    background-color: whitesmoke;
    box-shadow: 0px 0px 20px #ff009562;
    border-radius: 10px;
    border : none;
    width: 90%;
    font-family: Garamond, serif;
}