/* Color Scheme */

:root {
  --bgcolor: #fc3c68;
  --linkhover:#00C24E;
  --color: #eee;
  --bs-border-radius: 0;
  
}