@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
body, html {
   background-color: rgb(255, 253, 250);
   color: navy;
   font-family: "Roboto", sans-serif;
   font-size: 20pt;
   top: 0;
   margin: 0;
}
:root {
   --primary-color: white;
   --secondary-color: grey;
}