#inhalt img.topImg {
display: block;
margin: 0 auto 0 auto;
border: 0;
}

#Ausgabe {
margin-left: 50px;
}

#Ausgabe p {
display: block;
font-style: italic;
font-weight: normal;
}

#Instructions {
display: inline;
margin-left: 100px;
}

#link: {
display: inline;
float: right;
}

button {
margin: 10px auto 10px 30px;    
width: 150px;
height: 50px;
border: 1px solid #000000;
border-radius: 5px;
background-color: #FEEFB1;
font-size: 16px;
font-weight: bold;
text-align: center;
}



