IMG.displayed {
    position: absolute;
    margin: auto;
    left: 0; 
    right: 0;
    top: 0;
    bottom: 0
 }

    section {
        background: black;
	width: 50%;
        color: white;
        border-radius: 1em;
        padding: 1em;
        position: absolute;
        top: 50%;
        left: 50%;
        margin-right: -50%;
        transform: translate(-50%, -50%) }

@font-face {
    font-family: 'koheletregular';
    src: url('kohelet-webfont.woff2') format('woff2'),
         url('kohelet-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

 html {
	   background-image: url(SuG_Listing_Background_seamless.png);
	     background-repeat: repeat; 
     }
