html {
    background-color: #FAFBB7;
    font-family:arial;
    font-weight:590;
}

a{
    text-decoration: none;
    color: #000;
}

div#wrapper {
    margin: 100px auto;
    width: 1025px;
    background-color: #FAFBB7;
}

div#content {
    clear: both;
    margin-top: 100px;
    margin:auto;
    width: 65%;
    font-weight:500;
    font-size:large;
    text-align:justify;
    line-height: 150%;
}

div#text-frame {
  clear: both;
    margin-top: 100px;
    margin:auto;
  border: 5px solid #FFB871; /* grüner Rahmen */
  padding: 15px;             /* Abstand innen */
  margin: 20px;              /* Abstand außen */
  width: 300px;              /* Breite des Rahmens */
  width: 65%;
    font-weight:500;
    font-size:large;
    text-align:justify;
    line-height: 150%;
  background-color: #F5E1D8 /* heller Hintergrund */
  border-radius: 8px;        /* abgerundete Ecken */
  box-shadow: 2px 2px 5px rgba(0,0,0,0.1); /* leichter Schatten */
}