/* Hi there if you're looking for the entire list of @font-face it's under fonts.css :3 */

:root {
    --stonegrey: #3C3E3C;
    --jet: #2F302F;
    --eerie-black: #202120;
    --night: #111111;

    --widget-background: var(--night);
    --widget-text: var(--stonegrey);

}

body {
  background-color: var(--eerie-black); width: 100%; height: 100%;
  font-family: Georgia; text-align: center; font-size: 40px; color: dimgrey; 
}

#note {font-size: 20px; margin-left: 20%; margin-right: 20%;}