body {
    background-color: white;
    font-family: 'Titillium Web';
    font-size: 16px;
}

#container {
    height: 100vh;
}

#container-header {
    background-color: lightgrey; /*#6c9381;*/
    margin: 0;
    height: 12%
}

#container-body {
    background-color: white;
    margin: 0;
    height: 83%;
    overflow: hidden;
    color: black;
    display:flex;
}

#container-footer {
    background-color: lightgray; /*#6c9381;*/
    margin: 0;
    height: 5%
}

#rowdata {
    width: 65%;
    font-size: 30px;
    height: fit-content;
    background-color: grey; /* #8689E0; /*#4F805E;*/
}

.container{
   margin:auto;
}