body{
  background-color: #fbe7ee;
  font-family: 'Montserrat', sans-serif;
}

h1{
  letter-spacing: 3px;
  font-weight: 300;
  text-align: left;
}

h5{
  font-weight: bold;
}

.heading {
  font-size: 2rem;
}

@media screen and (max-width: 600px) {
  .heading {
    font-size: 1.5rem;
  }
}

#expenseSettingsList {
  display: none;
}

.delete-icon:hover {
  color: red; 
  cursor: pointer;
}

.edit-icon:hover {
  cursor: pointer;
  color: wheat; 
}

.limit-icon:hover {
  cursor: pointer;
  color: wheat; 
}

.categoryName:hover {
  cursor: pointer;
  color: wheat;
}

.card{
  height: 150px;
  
}













