#title-theme{
  color: #fb4242;
  /* font-family: "Nosifer", sans-serif; */
}
.btn-cta {
  background-color: #fb4242;
  border: none;
  color: white;
  transition: background-color 0.3s;
}
  
.btn-cta:hover {
  color: white;
  background-color: #d41616;
}
  
.option {
  transition: all 0.2s ease-in-out;
}

.option.selected {
  border: 2px solid #fb4242;
  background-color: #efefef;
}