body {
    background: url(img/tablebg.png) repeat fixed; 
    font-weight: 400;
    font-style: normal;
    color: rgb(203, 161, 211);
    font-family: "Silkscreen", sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
  }

  ul {
    list-style-type: none; 
    padding: 30px; 
    margin: 0; 
  }

  .container {
    background: url(img/paper-bg.jpg) repeat fixed;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    height: 500px;
    border: rgb(214, 157, 32) 4px groove;
    border-radius: 20px;
  }

  .recipe-holder {
    max-width: 500px;
    text-align: left;
    color: rgb(150, 91, 8);
  }