:root {
    --Background-Color : #6162C3;
    --Basic-Text-Color : #000;
    --Secondary-Text-Color: #6162C3;
    --Polygon-Text-Color : #8247E5;
    --Paragraph-Text-Color : #3A3A3A;
    --Background_Body : #fff;
}


body,html{
    width: 100%;
    background-color: var(--Background_Body);
    min-height: 100vh;
    overflow-x: hidden;
}