:root {
  --white: white;
  --primary: rgb(37, 214, 238);
  --secondary: rgb(240, 160, 11);
  --warning: yellow;
  --danger: red;
  --success: green;
}

.bg-first {
    background: gainsboro;
}

.bg-second {
    background-color: steelblue;
}