:root {
    --light-bleu: #92C6E6;
    --bleu: #4D98BE;
    --damn-near-white: #E5F0F8;
    --creme: #F4F4E6;
}

html, body {
    background: var(--creme);
}

h1, h2, h3 {
    font-family: 'PT serif';
}

