.cowculator {
  input[type="range"]::-webkit-slider-thumb {
    appearance: none;
    height: 24px;
    width: 24px;
    background-color: white;
    border: 1.5px solid #08009C;
    border-radius: 9999px;
    cursor: pointer;
    margin-top: 0;
  }
  
  input[type="range"]::-moz-range-thumb {
    height: 24px;
    width: 24px;
    background-color: white;
    border: 1.5px solid #08009C;
    border-radius: 9999px;
    cursor: pointer;
  }
<<<<<<< HEAD
}
=======
}
>>>>>>> aceced55d21f21b35ebb97d79ac259e8bb9ebafa
