<style>
      * {
        box-sizing: border-box;
      }

      body {
        background-image: url('/images/bgrass.gif');
        font-family: Verdana, sans-serif;
        font-size: 1.1250em;
      }

      .responsiveimg {
        max-width: 100%;
        height: auto;
}


      main {
        margin: auto;
        max-width: 80%;
      }

      .talk {
        color: #654321;
        background-color: #ffebcd;
        padding: 10px;
        border-style: solid;
        border-width: medium;
        border-color: #654321;
        border-radius: 15px;
        max-width: 80%;
      }

      .plot {
        background-image: url('/images/soil.jpg');
        color: OldLace;
        border-radius: 15px;
        overflow-y: auto;
        max-width: 80%;
      }

      nav {
        background-image: url('/images/soil.jpg');
        border-radius: 15px;
        margin: auto;
        max-width: 50%;
        text-align: center;
      }

      p {
        line-height: 1.4;
	padding: 20px;
      }

      .center {
        display: block;
        margin-left: auto;
        margin-right: auto;
      }

      h1,
      h2,
      h3,
      #description {
        text-align: center;
        color: OldLace;
      }

      .dblspace {
        margin-bottom: 40px;
      }

      ul li {
        font-size: 0.875em;
        list-style-image: url('/images/seedling01.gif');
        padding-bottom: 20px;
      }

      a:link {
        color: #fada5e;
        background-color: transparent;
        text-decoration: underline;
      }

      a:visited {
        color: #e3f988;
        background-color: transparent;
        text-decoration: underline;
      }

      a:hover {
        color: #00fa9a;
        background-color: transparent;
        text-decoration: underline;
      }

      a:active {
        color: #7cfc00;
        background-color: transparent;
        text-decoration: underline;
      }

      @media only screen and (max-width: 700px) {
        .responsive {
          width: 49.99999%;
          margin: 6px 0;
        }
      }

      @media only screen and (max-width: 500px) {
        .responsive {
          width: 100%;
        }
      }

      @media only screen and (max-width: 768px) {

        /* For mobile phones: */
        [class*="column"] {
          width: 100%;
        }

        main {
          max-width: 100%;
        }
    </style>