$body-color: red;
$body-bg-color: rgba(41, 231, 248, 0.382);
body {
color: $body-color;
background-color: $body-bg-color;
}