/* Global properties ======================================================== */body { 	background: #dff4e4;    font-family: "FF Berlage Beurs W04 Regular";    font-size: 100%;	color: white;}html { 	min-width:978px;}html, body {     /* height:100%; */}/* Global Structure ============================================================= */.container {    position: absolute;    z-index: 15;    top: 50%;    left: 50%;    margin: -150px 0 0 -125px;    font-size: 35px;}.logo {      position: absolute;    z-index: 15;    top: 50%;    left: 50%;    margin: -100px 0 0 -125px;    width: 200px; /* width of container */    height: 200px; /* height of container */    object-fit: cover;}