.backdrop {
    background-image: url("/_static/img/backdrop.svg");
    background-position: center center;
    background-repeat: repeat-x;
    background-size: auto 75%;

    padding-top: 6rem;
    padding-bottom: 6rem;
}

header {
    padding-top: 5.125rem;
    padding-bottom: 0em;
}

.logo-header {
    height: 2.5rem;
}
.logo-main {
    height: 2em;
}

.text-small {
    font-size: 75% !important;
}

.img-feature {
    width: 100%;
    max-height: 5rem;
    object-fit: contain;
}

.img-user {
    max-height: 5rem;
}

pre[class*="language-"] {
    /* use background color from Bootstrap card */
	background-color: #303030;
}
