:root { --WindowFull : 99vw; --TopHeight: 160px; --FooterHeight: 160px; --ContentVerticalMargin: 5px; /*background-image: url("data:image/svg+xml,")*/ } html { margin: 1vh 1vw; background: #202025ee; } body { align-content: center; padding: 1vh 1vw; background-image: url("data:image/svg+xml,") } body > *{ align-content: center; color: white; padding: 1vh 1vw; } /*#main_layer {*/ /* width: 100%;*/ /* margin: 0 auto;*/ /* position: relative;*/ /* background: #F0F0F524;*/ /* border-radius: 10px;*/ /*}*/ input, select ,button { align-content: center; top: 0; bottom: 0; color: white; background: #40404564; position: relative; outline-width: thin; outline-color: #ec914b8f; border-color: #ec914b8f; border-style: groove; border-width: 1px; } header { top: 0; background: #F0F0F524; border-top: #ec914b8f; border-radius: 10px 30px; border-width: 1px; height: 8vh; min-height: 8vh; display: flex; position: relative; } #main_layer { margin: 1vw 1vh; position: relative; overflow-y: auto; overflow-x: clip; height: 70vh; min-height: 8vh; } #main_layer > div { position: relative; } #content > * { } footer { display: flex; bottom: 0; border-top: #ec914b8f; background: #F0F0F524; border-radius: 30px 10px; border-width: 1px; height: 8vh; min-height: 8vh; position: relative; }