use {
  mix-blend-mode: multiply;
}

.color-1 {
  fill: #007A87;
  mix-blend-mode: normal;
  opacity: 0.8;
}

.color-2 {
  fill: #14115E;
}

.color-3 {
  fill: #EFBD47;
}

.color-4 {
  fill: #D55C19;
}

.color-0 {
  fill: #A71930;
}

#bgart {
  height: 100vh;
  width: 100vw;
}