.normal body > div {
	!background-size: 300px;
}


.normal:root {
	--height-bottom-bar: 40px;
}

.normal.landscape:root {
	--height-bottom-bar: 0px;
}

.normal body {
    font-family: Inter;
    font-size: 15px;
    line-height: 18px;
}


.normal .content_inlay.bottom-bar {
    background: black;
}

.normal .image_wrapper {
    box-shadow: 0px 0px 10px 1px lightgrey;
}

