body{
    overflow-x:hidden;
    width: 100vw;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    overflow-y: auto;
    font-family: sans-serif;
    background-color: #2C394B;
    color:white;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}
.bttn-container{
    margin-top: 10px;
    font-size: 14px;
}
.bttn{
    padding:6px;
    color:black;
    background-color: white;
    width: min-content;
}
.bttn:hover{
    background-color: darkgray;
    cursor: pointer;
}