html {
    overflow-y: auto;    
}

body {
    /* background: #eaeff9;
    color: #000000d9; */
    /* font-size:0.80em; */
}

#appname {
    font-family: Poppins;
    color: #fff;
    font-weight: bold;
    font-size: 3rem;
    letter-spacing: 0.15em;
    margin-bottom:0px;
}

.logo-p {
    font-family: Poppins;
    background-color: #cf2022;
    color: #fff;
    font-size: 0.8em;
    padding: 3px;
    text-align: center;
    font-weight: 500;
}

/* scrollbar */
::-webkit-scrollbar {
    width: 7px;
    }
    
::-webkit-scrollbar-track {
    background-color: transparent;
}

::-webkit-scrollbar-thumb {
    background-color: #808080;
    border-radius: 20px;
    background-clip: content-box;
    padding-bottom: 1em;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #808080;
}