:root {
  --color-rgb: 10, 73, 22
}

.svg-collections-accent {
  fill: rgb(10, 73, 22);
}
.acc-form-description {
    text-align: left ;
}

#header {
  background: rgba(255,255,255);
}

body {
       background-color: rgb(252, 252, 252);
       }
