.bg-color-galaxy {
  background-color: #bd2529 !important;
}

.text-color-galaxy {
  color: #bd2529 !important;
}

.bg-lightgrey {
  background-color: rgb(248, 248, 248);
}

.bg-lightgrey2 {
  background-color: rgb(243, 243, 243);
}

.link-color-galaxy-light {
  color: #ffff;
}
.link-color-galaxy-light:hover {
  color: #bd2529;
}

.h1-galaxy {
  font-size: 28px;
}
.h2-galaxy {
  font-size: 24px;
}
.h3-galaxy {
  font-size: 20px;
}
