@font-face {
    font-family: "Quicksand";
    src: url("./quicksand.ttf");
}


.sphinxsidebar span.caption-text {
    display: none;
}

#home h1 {
    display: none;
}

#home .toctree-wrapper {
    display: none;
}

.sphinxsidebarwrapper h3 {
    display: none;
}


html {
    background: rgb(255,255,255);
    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, #00f2fe, rgba(255,255,255,1) 100%);
}

body {
    background-color: transparent;
    font-family: "Quicksand", sans-serif;
}

.body[role="main"] {
    padding: 30px;
}

.document {
    margin-top: 50px;
}

.sphinxsidebarwrapper {
    padding: 10px 10px !important;
}

.sphinxsidebarwrapper ul.current {
    text-align: center;
    background-color: #fff;
}

.sphinxsidebarwrapper ul.current li {
    padding: 10px 0px;
}

.body li {
    line-height: 2.0em !important;
}
