*{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}


body{
  display: flex;
  flex-direction: column;
  background-image: url(images/fruit_txtrS.png),
  linear-gradient(to bottom, #9f3800, #b0af13, #5ba604, #038f1d, #248800);
}

.wrapper{
  display: flex;
  flex-direction: column;
  margin: auto;
  padding: 15px;
  width: 65%;
  min-height: 1000px;
  background-color: rgb(125, 19, 0, 0.5);
  border: 3px solid #e04a04;
  border-radius: 15px;
}

.banner{
  display: flex;
  flex-direction: column;
  border: 4px solid #453207;
  width: auto;
  height: 150px;
  background-color: tomato;
  margin: 5px;
}
  .banner img{
    width: 100%;
    height: 100%;
    object-fit: fill;
  }

.left-right{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: center;
}

.left{
  display: flex;
  flex-direction: column;
  width: 70%;
  height: 700px;
  border: 5px solid #4a1c00;
  background-color: #bd3922;
  margin: 5px;
  padding: 5px;
  color: #ffb906;
}
  .left p{
    font-size: 30px;
    font-weight: 600;
    font-family: Arial, Helvetica, sans-serif;
    padding: 6px;
  }
  marquee{
    width: 95%;
    align-self: center;
  }
.right{
  display: flex;
  flex-direction: column;
  width: 30%;
  height: 700px;
  border: 5px solid #1d6105;
  background-color: #36b300;
  margin: 5px;
}
  .aboutTitle{
    padding-left: 7px;
    padding-top: 5px;
    font-size: 20px;
    font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    color: #b7ff3b;
  }

  .featured{
    width: auto;
    height: auto;
    border-top: 3px solid #540900;
    border-bottom: 3px solid #540900;
    margin: 5px;
  }
    .featured p{
      font-size: 18px;
      font-family: sans-serif;
    }
    .featured img{
      width: 10em;
      height: auto;
      float: left;
    }
  .desc{
    width: auto;
    height: 90px;
    border-top: 3px solid #540900;
    border-bottom: 3px solid #540900;
    margin: 5px;
    padding: 5px;
  }
  .about{
    width: auto;
    height: 140px;
    margin: 8px;
    border-top: 2px solid #1d6105;
    border-bottom: 2px solid #1d6105;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
    .about img{
      width: 30%;
      height: auto;
      float: left;
      margin: 5px;
      border: 3px groove orange;
    }
    .about p{
      margin: 1px;
      font-size: 16px;
      font-weight: 500;
      color: #003d24;
      font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif
    }
  .navbar{
    display: flex;
    flex-direction: column;
    margin: 10px;
  }
    .navbar p{
      font-size: 20px;
      color: #b7ff3b;
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
    .navbar a{
      display: flex;
      flex-direction: row-reverse;
      border: 2px solid #164200;
      border-radius: 7px;
      background-image: linear-gradient( #a7ff7a, #67d62f, #3c960f, #266905, #329600);
      margin: 5px;
      padding: 5px 1px;
      text-decoration: none;
      justify-content: center;
    }
    .navbar a p{
      padding: 1px;
      font-size: 15px;
      color: #f2fff3;
      font-family: 'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
    }
      .kool{
        margin: 7px;
        width: auto;
        height: 100px;
        border: 2px solid #1d6105;
      }
    .misc{
      margin: 7px;
      width: auto;
      height: 100px;
      border: 2px solid #1d6105;
    }
.footer{
  display: flex;
  width: auto;
  height: 100px;
  border: 5px solid #8c630a;
  background-color: #c9ac18;
  margin: 5px;
}    