/* EASY APPEARANCE SETTINGS
   Open this file in CoffeeCup alongside index.html.
   Change a colour or size below, save, then refresh the preview.
   Keep the variable names (the words beginning with --) unchanged.
*/
:root {
  --page-background: #10151e;
  --panel-background: #171e29;
  --main-text: #ecf0f7;
  --paragraph-text: #aeb8c6;
  --accent-color: #bcf391;
  --button-hover: #d1ffaf;
  --button-text: #15200f;
  --panel-border: #303a48;
  --page-font: Arial, sans-serif;
  --page-width: 1180px;
  --panel-corners: 18px;
}
