.section1 {
  display: flex;
  flex-direction: column;
  height: 40px;
  background-color: rgb(254, 246, 216);
  justify-content: center;
}

.supportannouncementSection1 {
  display: flex;
  justify-content: space-evenly;
}

.supportcenterSection1,
.announcementsection1,
.latestnewssection1 {
  text-decoration: none;
  color: black;
  /* font-size: 13px; */
  font-size: 0.9rem;
}

.supportcenterSection1:hover,
.announcementsection1:hover,
.latestnewssection1:hover {
  text-decoration: underline;
  color: rgb(240, 185, 11);
}

.greatthanheader {
  color: black;
  font-size: 10px;
  margin-top: 2px;
}




