:root {
    --bg: rgb(255, 255, 255);
    --border: rgb(219, 21, 209);
    --accent-bg: rgb(243, 204, 234);
    --text: rgb(0, 0, 0);
    --accent: rgb(219, 21, 209);
    --accent-hover: rgb(250, 250, 250);
    --marked: rgb(0, 0, 0);
    --sans-font: Georgia, "Times New Roman", serif;
    
}

h1 {
    color:#880dcf;
    font-family: "georgia";
    text-align:center
  }


 