body {
    background-color: rgba(23, 34, 51, 1);
    font-family: Arial, sans-serif;
    font-size: 18px;
    color: rgb(0, 0, 0);
    text-align: center;
  
}

a:link, a:visited {
    color: rgb(0, 0, 0);
    text-align: center;
    text-decoration: underline;
    display: inline-block;
  }
  
  a:hover, a:active {
    color: rgb(146, 146, 146);
  } 


.header {
    padding: 20px;
    font-size: 30px;
    font-weight: bold;
}
.container-dina4 {
    background-color: rgb(230, 230, 230);
    max-width: 2480px;
    max-height: 3508px;
    border-radius: 20px;
    margin: 50px;
}

.container-body {
    display: flex;
    justify-content: center;
    margin: 20px;
}

.container-zutaten {
    text-align: left;
    margin: 20px;
 
}
.container-picture {
    display: flex;
    position: relative;
    width: 400px;
    height: 400px;
    margin: 10px;
    text-decoration: none;
}
.picture {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius: 20px;
}
.zutaten-titel {
    font-weight: bold;
    text-decoration: underline;
}
.zubereitung {
    padding: 20px;
}