html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow: visible;   
    overflow-x: hidden;
    font-family: Inter, Helvetica, Arial, sans-serif;
    background-color: unset;
}


.dark-mode {
    background-color: rgb(34, 34, 34);
    color: rgb(255, 255, 255);
}

.light-mode {
    background-color: #d9e4ee;
    color: rgb(0, 0, 0);
}

