:root{
  --neutral : #ffffff;
  --sous-color : #fff479;
  --highlight : rgb(13, 0, 255);
  --highlight-invert : #b50c36  ; 
  --highlight-dark: #ff0000;
  --paper-color:white;
  --quote-color:rgb(164 195 255);
  --text-color:rgb(26, 26, 26);
  --nav-color:var(--sous-color);
  --nav-text-color:black;
}

body {
    background: linear-gradient(135deg, rgb(249, 249, 146) 0%, rgb(151, 205, 252) 50%, rgb(255, 149, 149) 100%);
    color: rgb(26, 26, 26);
}

.corps_de_page-color {
background: linear-gradient(
    rgb(255, 155, 155),
    rgb(255, 190, 130),
    rgb(255, 251, 149),
    #9effb8,
    rgb(167, 193, 255),
    rgb(239, 160, 255),
    rgb(239, 158, 255)
);
color:black;
}

