/*
Theme Name: colorpop
Author: Your Name
Description: A custom WordPress theme called colorpop
Text Domain: colorpop
Version: 1.0
*/

:root{
   --blanc : #FFFFFF;
   --noir : #000000;
   --darkblue : #00205C;
   --vert : #009BA7;
   --jaune : #f39200
}
html{
    font-size:16px;
}
body{
    font-size: 1rem;
    margin:0;
    text-align: center;
}
