@import url('https://fonts.googleapis.com/css2?family=Sniglet:wght@400;800&display=swap');
.sniglet-regular {
    font-family: "Sniglet", system-ui;
    font-weight: 400;
    font-style: normal;
  }
  
  .sniglet-extrabold {
    font-family: "Sniglet", system-ui;
    font-weight: 800;
    font-style: normal;
  }
  
*{
    font-family: "Sniglet", system-ui;
    font-weight: 400;
    font-style: normal;
}

body {
    background-color: #E9F5BE;
    font-family: Arial, sans-serif;
    text-align: center;
    padding: 20px;
    color: #034638;
  }
  h1, h2 {
    color: #03A791;
  }
  p {
    font-size: 18px;
  }
  input[type="text"] {
    width: 100px;
    padding: 5px;
    margin: 5px;
    border: 2px solid #81E7AF;
    border-radius: 5px;
    text-align: center;
  }
  button {
    background-color: #81E7AF;
    color: #14362f;
    border: none;
    padding: 10px 20px;
    font-size: 16px;
    margin: 10px;
    border-radius: 8px;
    cursor: pointer;
    transition: background-color 0.3s;
  }
  button:hover {
    background-color: #03A791;
    color: white;
  }
  #result {
    margin: 20px;
    font-size: 20px;
    font-weight: bold;
  }
  #color {
    width: 300px;
    height: 300px;
    margin: 20px auto;
    border: 5px solid #F1BA88;
    border-radius: 15px;
    background-color: white;
  }
  .section {
    margin-bottom: 40px;
    background-color: #47d185;
    width: 70%;
    margin: auto;
    margin-top: 25px;
    margin-bottom: 25px;
    border-radius: 25px;
    padding: 10px;
    border: #3eb473 solid 5px;
  }
  #raaah{
    background-color: #46dd8a;
    border: #47d185 solid 5px;
    border-radius: 25px;
    width: 60%;
    margin: auto;
  }

  h1, h2{
    background-color: #034638;
    width: 50%;
    margin: auto;
    margin-bottom: 25px;
    border-radius: 25px;
  }