body, html {
  font-family: Arial, sans-serif;
  text-align: center;
  margin: 0;
  padding: 0;
  height: 100vh;
  overflow-x: hidden;
  background-color: rgb(246, 246, 246);
  color: rgb(87, 87, 87);
}
.announce {
  margin: 2rem 0;
  line-height: 1.8;
  font-size: 2rem;
}
.hero {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url(sstwireless.webp);
  background-repeat: no-repeat;
  background-blend-mode: normal;
  background-size: auto, cover;
  background-position: center;
  width: 100vw;
  height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.2rem;
  font-family: "Playfair", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
  position: relative;
}
h1, h2 {
  color: white;
  font-size: 4.4rem;
}
h1 {
  width: 100%;
  position: absolute;
  top: -1rem;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 2.5rem;
  font-style: normal;
}
