

        * {
            box-sizing: border-box;
          }
  
          body {
          padding-left: 5%;
          padding-right: 5%;
          padding-top: 1%;
          padding-bottom: 3%;
          position: absolute;
          left:0;
          right:0;
          bottom:0;
          top:0;
          margin: auto;
          max-height: 100%;
          height:100%;
          min-height: 100%;
          font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'GNU Unifont', Verdana, Helvetica, sans-serif;
          font-size: 87.5%;
          line-height: 1.53;
          cursor:default;
          overflow: auto;
          background-color: #e6edc6;
          background-image:url("corrugation.png");
            background-repeat:repeat;
          }
          
          h1 {
          background-color:#ffffff00;
          color:#000000;
          text-align:center;
          margin-bottom: 0;
          background-image:url("patterns/brilliant.png");
            background-repeat:repeat;
          }
          
          h2   {
          color:#000000;
          text-align:center;
          margin-top: 10px;
          margin-bottom: 0px;
          }
          p    {
          font-family: 'Lucida Grande', 'Lucida Sans Unicode', 'GNU Unifont', Verdana, Helvetica, sans-serif;
          color:#000000;
          }
          
          img {
            
          max-width:100%;
          border:2px solid #000;
            
            }
  
          
          a:link {
            text-decoration: none;
            color:#000000;
            font-weight: bold;
            text-transform: uppercase;
            font-family: 'Courier New', Courier, monospace;
          }
          
          
          a:hover {
            text-decoration: none;
            font-style: italic;
            font-weight: bold;
          }
          
          a:active {
            text-decoration: none;
            color:#ffffff;
            font-weight: bold;
          }
            
          .recipe {
              text-align:left;
              padding:0px 3% 0px 3%;
              margin-bottom: 15px;
              max-width: 500px;
              margin-top: 10px;
              margin-left: 10px;
              margin-right: 1px;
              margin-bottom:30px;
              background-repeat:repeat;
              background-color:#fff5eb ;
              background-image:url("/patterns/wavecut.png");
              padding: 10px 15px 10px 15px;
              box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
  
              display: block;
              border-radius: 1%;
              border: 2px solid black;
          }
  
          button {
            background-color:#c1ddb6;
            border: 2px solid #000000;
            border-radius: 20px;
            font-family: 'Courier New', Courier, monospace;
            color: rgb(0, 0, 0);
            padding: 5px 10px;
            font-size: 14px;
            cursor: pointer;
            font-weight: bold;
            margin: 2px;
            margin-left:10px;
          }
  
          button:hover {
            border-width:3px;
          }
  
          button:active {
            font-weight: lighter;
            border-width: 1px;
          }
  
  
  
          .subtitle {
            text-align: center;
          }
  
  
          .column1,
          .column2
           {
            width: 40%;
          }
  
          .contents {
            margin-top: 10px;
            width: 20%;
          }
  
  
        .row {
          display:flex;
        }
  
        .row:after {
          content: "";
          display: table;
          clear: both;
        }
  
        @media only screen and (max-width: 600px) {
          .row {
            flex-direction: column;
          }
  
            .column1,
            .column2,
            .contents {
              width: 100%;
            }
        }
  
        .unit 
        {
            font-style: italic;
        }
  
        .navlinks {
            font-family: 'Courier New', Courier, monospace;
            color: rgb(0, 0, 0);
            padding: 5px 10px;
            font-size: 14px;
            cursor: pointer;
            font-weight: bold;
            margin: 2px;
            margin-left:10px;
          }