body {
    background: linear-gradient(120deg, #e0c3fc 0%, #8ec5fc 100%);
  }

  header {
    color: #150e90;
    font-weight: 100;
    font-family: 'Kdam Thmor Pro', sans-serif;
    font-weight: bold;
    font-size: 3pc;
    text-align: left;
  }

  h1 {
    color: #150e90;
    font-size: 2pc;
    font-family: 'Kdam Thmor Pro', sans-serif;
    padding: 15px 0px 15px 0px;
    margin-left: 0;
    position: centre;
  }
  
  h2 {
    color: #150e90;
    font-size: 1pc;
    font-family: 'Kdam Thmor Pro', sans-serif;
    padding: 4px 0px 8px 0px;
    margin-left: 0;
    position: centre;
  }
  
  h3 {
    color: #150e90;
    font-size: 0,7pc;
    font-family: 'Kdam Thmor Pro', sans-serif;
    font-weight: normal;

  }


  .humidityAndWind 
  { color: #150e90;
    font-size: 2px;
    font-family: 'Kdam Thmor Pro', sans-serif;
    padding: 4px 0px 8px 0px;
    font-weight: normal;
    margin-left: 0;
    position: centre;
    
  }

  .emoji 
  {
    display: inline-block; /* Display emojis inline */
    width: 48px; /* Desired width */
    height: 48px; /* Desired height */
    margin-right: 10px; /* Spacing between emojis */
     
  }
  button {
    color: 150e90;
    cursor: pointer;
    display: block;
    margin-left: 15px;
  }
  
  button:hover {
      color: #150e90;
  }
  
  .card-body {
    color: #7b1fa2;
  }
  
  .card-title {
    font-weight: bold;
  }

  footer {
    text-align: center;
    padding: 30px;
    color: #150e90;
    font-weight: lighter;
  }
  
  .formLocation {
    box-sizing: border-box;
    width: 500px;
    padding: 8px;
    border-color: #150e90;
  }
  
  
  
  
  
  img {
    width: 100px;
    margin-left: 180px;
    display: block;
    margin-left: 0;
    padding: 15px 0;
    

  }
  
  .plus {
    color: red;
  }
  
  .minus {
    color: blue;
  }
  

  @media (max-width:576px)
  {
    h1 {
      font-size: 68px;
    }
 h2 {
        font-size: 48px;
      }
    p {
      font-size: 24px;
    }
      img {
       max-width: 15%;
       max-height: auto;
      }
    }

    .logo-image-div 
    {text-align: center;
      margin-top: 15px;
     }

     #definition {
      /* General styles for the definition div, can be modified as per need */
      padding: 10px;
      overflow-wrap: break-word; /* Break long words so they don’t overflow */
  }
     
  