/*=======================================css variables=============================*/
:root {
    --backgroundColor :  rgb(97, 113, 127);
    --glassColor:  rgba(102, 238, 213, 0.14);

}
