@media print {
    body {
        display: none;
    }
}

html {
    height: 100%;
}

body {

    min-height: 100%;

    display: flex;
    flex-direction: column;
}


body::before {
    display: block;
    content: "";
    height: 55px;
    min-height: 100%;
}


.django-ckeditor-widget {
    width: 100%;
}