.logo__title {
    font-size: 1.5em !important;
    font-weight: bold;
}
div.sphinxsidebar {
    height: 100vh;
    overflow: auto;
}
div.sphinxsidebar hr {
    width: 100%;
}
.align-center-vertical {
    display: flex;
    align-items: center;
    justify-content: center;
}