*{
	font-family: arial, sans-serif;
	font-size: 16px;
	text-decoration: none;
	color: #000000;
	box-sizing: border-box;
}

*,*:before,*:after{
	box-sizing: inherit;
}

body {
    background-color: #F0E9E6;
    display: flex;
    justify-content: center;
   }
   
   #wrapper {
       width: 100%;
       margin-top: 10px;
       max-width: 900px;
       min-width: 320px;
   }
   
   .flex {
       display: flex;
   }
header {
    padding-bottom: 10px;
    padding-top:10px ;
    text-align: center;
    background-color: #F0E9D2 ;
    border-width: 2px 2px 1px 2px ;
    border-style: solid;
    border-color: #000000;
    border-radius: 15px 15px 0px 0px;
}
   
header img {
    max-width: 100%;
    height: auto;
}
   
#obenlinks {
    text-align: center;
    background-color: #Ffffff ;
    border-width: 1px 2px 2px 2px ;
    border-style: solid;
    border-color: #000000;
    border-radius: 0px 0px 15px 15px;
}
   
#obenlinks li {
    list-style-type: none;
    font-size: 20px;
    display: inline;
    margin-right: 4%;
}

section {
    background: white;
    margin-top: 10px;
    border-radius: 15px;
    border-width: 2px;
    border-style: solid;
}

section img {
    border-radius: 15px;
    border-width: 2px;
    border-style: solid;
    margin-top: 10px;
    margin-left: 6px;
}

section p {
    margin: 10px;
}

#untenlinks {
	margin-top: 10px;
    background-color: #Ffffff ;
    border-width: 2px 2px 2px 2px ;
    border-style: solid;
    border-color: #000000;
    border-radius: 15px 15px 15px 15px;
}

#untenlinks li {
	text-align: left;
	list-style-type: none;
	font-size: 20px;
	display: inline;
	margin-right: 4%;
}

#untenlinks p {
    text-align: right;
}