@import url("Sidebar/styles.css");
@import url("MainPage/styles.css");

html, body{
    position: absolute !important;
    height: 100vh !important;
    width: 100vw !important;
}

.full-h {
    height: 100%;
}