/* src/styles.css */
.primary {
  background-color: #4FBBD1;
}
.second {
  background-color: #B0DFE8;
}
.flex {
  display: flex;
}
.contact-button {
  background-color: #B0DFE8;
}
.contact-button:hover {
  background-color: #0D8BA3;
  color: white;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
