:root{
    --background-color: #fcfaf4;
    --main-bg-color: #71609e;
    --header-bar-height: 50px;
    --container-bgcolor: rgb(255 255 255 / 93%);
    --container-border: 0; /*1px solid #c0c0c0;*/
    --container-border-radius: 10px;
    --font-color-h: #71609e;
}

html{
    font-size: 14px;
    line-height: 200%;
}
*{
    font-size: 1rem;
    font-family: sans-serif;
    line-height: 150%;
    color:rgb(30, 29, 29);
    margin: 0;
}
body{
    -webkit-font-smoothing: antialiased;
    background-color: #f8f8f8;
}



.main-container{
    max-width: 100%;
    position: relative;
    left: 0;
    right: 0;
    height: auto;
    margin: 5rem;
}
