:root {
  --main-color: #333333;
  --main-color-rgb: 51,51,51;
  --main-color-darker: #111111;
}

body{
    background-color: #367a40;
}
