body{ width:100%; min-height:100%; display:flex; flex-flow:column nowrap; justify-content:stretch; align-items:stretch; gap:0px; overflow-x:hidden; background:rgb(239, 244, 253) url('../img/bg.svg') center top no-repeat; background-size:cover; }

main{ width:100%; display:flex; flex-flow:column nowrap; justify-content:stretch;  align-items:stretch; gap:0; flex-grow:1; flex-shrink:1; }

h1, h2, h3, h4, h5, h6{ padding:0px; margin:0px; cursor:default; } 
