<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#fond { background-color: #1A2F3A;
        width: 100%;
        /*height: 940px;*/
		padding-bottom: 50px; }
		
#or { height: 25px;
      width: 25px;
	  border: 1px solid black;
	  border-radius: 50px;
	  margin-top: 3%;
      margin-left: 4%; }
		
h1 { font-family: verdana;
     font-size: 1em;
     color: #EE690D;
     letter-spacing: 4px;
	 text-align: center;
	 /*text-decoration: overline underline grey;*/
	 margin-top: 7%; }
	 
#imghalle { display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            margin-top: 80px;
            margin-left: 30px; }
		 
.ht { flex: auto; }

#end { background-color: white; 
       max-height: 70px; }
		
#logo { height: 80px;
        width: 200px;
		display: block;
        margin-left: auto;
        margin-right: auto; 
		margin-top: -1%;
        /*border: none;*/ }</pre></body></html>