*{
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a{
  text-decoration: none !important;
}
#invest-value,#rate-value,#time-value{
  background-color: #E9FAF3;
  color: green;
  
  font-weight: 700;
}
#basic-addon1{
  background-color: #E9FAF3;
  color: green;
}
input[type="range"] {
  width: 100%;
  margin-top: 0.4rem;
  height: 4px;
  background: #e0eafc;
  accent-color: #04b488;
  border-radius: 4px;
  border: none;
}
header{
  box-shadow: 0px 12px 130px -26px rgba(0,0,0,0.75);
  position: fixed;
  top: 0;
  z-index: 999 !important;
  background-color: #fff;
}
.title{
  z-index: -2;
}
.bsh{
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}