body {
    display: flex;
    flex-direction: column;
    overflow-x: hidden;
    margin: 0px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.mainpage {

    -ms-overflow-style: none;
    scrollbar-width: none;
    display: flex;
    justify-content: baseline;
    align-items: center;
    flex-direction: row;
    background-color: #404040;
    width: 100%;
    height: 100%;
}

.sidebar {
    background-color: #353535;
    left: 0rem;
    top: min(5rem, 10vh);
    height: 100vh;
    width: 15%;
}

.sidebar menu {
    padding: 0px;
    
    height: 100%;
    margin: 0px;
    margin-top: 10%;
}

.sidebar input {
    padding: 0px;
    width: 100%;
}

.userpanel {
    height: 100vh;
    margin-left: 5%;
    width: 80%;
}