body {
    font-family: 'Jua', sans-serif;
    box-sizing: border-box;
    color: #35465d;
  }
  .file-upload {
      padding: 15% 3%;
      margin: 0 auto;
      border-radius: 10px;
      border: solid 1.5px #f6f7fa;
      background-color: #f6f7fa;
  }
  .file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background: #1FB264;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #15824B;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }
  
  .file-upload-btn:hover {
    background: #1AA059;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }
  
  .file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
  }
  
  .file-upload-content {
    display: none;
    text-align: center;
  }
  
  .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }
  
  .image-upload-wrap {
      width: 60%;
      margin: 0 auto;
      position: relative;
      object-fit: contain;
      border-radius: 10px;
      border: dashed 1.5px #35465d;
      background-color: #ffffff;
  }
  
  .image-dropping,
  .image-upload-wrap:hover {
      background-color: #35465d82;
      border: 1.5px dashed #ffffff;
  }
  
  .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }
  
  .drag-text {
    text-align: center;
  }
  
  .drag-text h3 {
    font-weight: 500;
    text-transform: uppercase;
  }
  
  .file-upload-image {
    max-height: 60%;
    max-width: 60%;
    margin: auto;
    padding: 10px;
  }
  
  .try-again-btn {
    border-radius: 40px;
    border: solid 1.5px #35465d;
    background-color: #35465d;
  }
  
  .try-again-text {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    color: #ffffff;
    padding: 4px 15px;
  }
  
  .remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }
  
  .remove-image:active {
    border: 0;
    transition: all .2s ease;
  }
  
  .navbar-light .navbar-brand {
    line-height: 1.68;
    text-align: left;
    color: #35465d; 
  }
  
  .navbar-light .navbar-toggler {
      border-color: #ffffff;
  }
  
  .section {
      margin-top: 50px;
  }
  
  .title {
    line-height: 1.67;
    text-align: center;
    color: #35465d;
  }
  
  .subtitle {
    line-height: 1.53;
    text-align: center;
    color: #35465d;
  }
  
  /* On screens that are 600px or less, set the background color to olive */
  @media screen and (max-width: 600px) {
    html {
      font-size: 10px;
    }
      .navbar-brand {
          font-size: 2rem;
      }
  }
  
  
  .youtube-link {
      font-size: 1.5rem;
      line-height: 1.71;
      text-align: center;
      color: #f73737;
      text-decoration: underline;
  }
  
  .youtube-link:hover {
      font-size: 1.5rem;
      line-height: 1.71;
      text-align: center;
      color: #f73737;
      text-decoration: underline;
  }
  
  .youtube-icon {
      width: 30px;
      height: 27.262px;
  }
  
  .upload {
      width: 20%;
  }
  
  .upload-text {
      width: 58%;
      font-size: 1.5rem;
      line-height: 1.53;
      text-align: center;
      color: #35465d;
      margin: 0 auto;
  }
  
  .footer {
      background-color: initial;
      color: initial;
  }
  
  .bar-container {
    height: 2.7rem;
  }
  .cherry-box{
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    border-radius: 10px;
    width: 100%;
    background-color: #ff8686;
  }
  .cherry-bar{
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    border-radius: 10px;
    background-color: #f76161;
  }
  .apple-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    border-radius: 10px;
    width: 100%;
    background-color: #F5A9A9;
  }
  .apple-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    border-radius: 10px;
    background-color: #FF0000;
  }
  .pineapple-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    border-radius: 10px;
    width: 100%;
    background-color: rgba(251, 176, 59, 0.2);
  }
  .pineapple-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    border-radius: 10px;
    background-color: rgba(251, 176, 59, 1);
  }
  .orange-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    border-radius: 10px;
    width: 100%;
    background-color:#F7BE81;
  }
  .orange-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    border-radius: 10px;
    background-color:#FF8000;
  }
  .avocado-box {
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    border-radius: 10px;
    width: 100%;
    background-color: #04B404;
  }
  .avocado-bar {
    position: absolute;
    top: 0;
    left: 0;
    height: 2rem;
    border-radius: 10px;
    background-color:#0B610B;
  }
  .percent-text {
    font-size: 1rem;
    color: #ffffff;
  }
  .animal-label {
      width: 20%;
      text-align: left;
      height: 2rem;
  }
  #label-container {
      width: 80%;
      margin: 0 auto;
  }
  .result-message {
      font-size: 2rem;
  }
  
  
  .animal-explain {
      font-size: 1.5rem;
  }
  .avocado-animal-title {
      color: #3ba363;
  }
  .apple-animal-title {
      color: red;
  }
  .orange-animal-title {
      color: #ff6c0a;
  }
  .cat-animal-celeb {
      color: #ff6c0a;
      font-size: 1.2rem;
  }
  .pineapple-animal-title {
      color: rgba(251, 176, 59, 1);
  }
  .cherry-animal-title {
      color: #e56995;
  }
  .orange-animal-title {
      color: orange;
  }
  
  .ad-banner {
    margin: 0 auto;
      max-width: 320px;
  }
  .add-banner2{
    margin: 0 auto;
    max-width: 320px;
  }
  .remove-image{
      border-radius: 40px;
      border: solid 1.5px #35465d;
      background-color: #35465d;
  }
  .try-again-text {
    display: block;
    font-size: 1.5rem;
    text-align: center;
    color: #ffffff;
    padding: 4px 15px;
  }
  .made-by{
    font-size: 1rem;
  }
  .ad-banner3{
    margin: 0 auto;
    max-width: 320px;
  }
  .spinner-border m-5{
    margin: 0 auto;
  }
  .re{
    font-size: 2rem;
  }
  .dark-mode .dark .daark{
    background-color: #000;
    color: white;
  }