@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 250;
  src: local("Montserrat"),
    url("https://fonts.cdnfonts.com/s/14883/Montserrat-Thin.woff")
      format("woff");
}

@font-face {
  font-family: "Sansation";
  font-style: normal;
  font-weight: 400;
  src: local("Sansation"),
    url("https://fonts.cdnfonts.com/s/382/Sansation-Regular.woff")
      format("woff");
}

img {
  user-select: none;
  -webkit-user-select: none; /* For older WebKit browsers */
  -moz-user-select: none; /* For older Firefox browsers */
  -ms-user-select: none; /* For older IE/Edge browsers */
}

body {
  background: radial-gradient(circle at center, #0a1037, #0a0219 60%);
  color: white;
  margin: 0;
  overflow: hidden; /* Prevents scrollbars */
}

.white-dots {
  position: absolute;
  /* display: flex; */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 0; /* Make sure it's behind everything else */
}

.linkIcon {
  width: 30px;
  margin: 10px;
  height: auto;
  transition: filter 0.3s ease, transform 0.3s ease;
  filter: brightness(1);

  position: relative;
  z-index: 1000;
  pointer-events: auto;
}

.linkIcon:hover {
  filter: brightness(1.3);
  transform: scale(1.15);
  cursor: pointer;
}

.centerTopContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  translate: 0 11px;
}

.topContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 93%;
  height: 250px;
}

.containercontent {
  color: white;
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  flex: 1 1 auto;
}

/* ACCESSIBILITY */

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.relative {
  position: relative;
}

/* Width utility classes */
.is-full {
  flex: 0 0 100%;
}
.is-four-fifths {
  flex: 0 0 80%;
}
.is-three-quarters {
  flex: 0 0 75%;
}
.is-two-thirds {
  flex: 0 0 66.6666%;
}
.is-three-fifths {
  flex: 0 0 60%;
}
.is-half {
  flex: 0 0 50%;
}
.is-two-fifths {
  flex: 0 0 40%;
}
.is-one-third {
  flex: 0 0 33.3333%;
}
.is-one-quarter {
  flex: 0 0 25%;
}
.is-one-fifth {
  flex: 0 0 20%;
}
.is-thirty-percent {
  flex: 0 0 30%;
}

.auto {
  flex: 1 1 auto; /* expands to fill remaining space */
}

.sectionCorner {
  width: 75px;
  height: 75px;
}

.fixed {
  position: fixed;
}

/* ACCESSIBILITY */

.sectionCorner {
  width: 75px;
  height: 75px;
}

.fixed {
  position: fixed;
}

/* ACCESSIBILITY */

.topLeftCorner {
  position: relative;
  top: 0;
  left: 15%;
  width: 90%;
  height: 90%;
}

.logo {
  position: relative;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

#topLeftCornerContent {
  display: flex;
  justify-content: center;
  align-items: center;
}

#logoContainer {
  position: relative;
  margin: 0;
  bottom: 10%;
  right: 45%;
}

#topRightCorner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.topRightCornerUpperHalf,
.topRightCornerLowerHalf {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50%;
}

.links {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 30%;
}

.bottomContainer {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 280px;
  top: 400px;
  left: 1200px;
}

.bottomRightCorner {
  position: relative;
  width: 80%;
  height: 80%;
  left: 75px;
  top: 20px;
}

.bottomRightCornerText {
  position: relative;
  font-family: "Sansation", sans-serif;
  font-size: 13px;
  filter: brightness(0.5);
}

.bottomRightCornerTextHolder {
  position: relative;
  right: 125px;
  top: 100px;
  white-space: nowrap;
}

.centerBodyContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  translate: -22px -65px;
  z-index: 10;
}

.bodyContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 62%;
  height: 480px;
  bottom: 80px;
}

.bodyContainer > * {
  height: 100%;
  position: relative;
}

.dividerSection {
  flex: 0 0 7%;
}

.bodyContentSection {
  flex: 0 0 63%;
  flex-direction: column;
}

.titleSection {
  height: 20%;
}

.paragraphSection {
  height: 30%;
}

.adEmbedSection {
  height: auto;
}

.astralLogo {
  position: relative;
  left: 25px;
  top: 150px;
}

.divider {
  position: relative;
  left: 25px;
  top: 150px;
}

.title {
  height: 20%;
  font-family: "Montserrat";
  font-size: 75px;
  height: 80px;
  width: 285px;
  position: relative;
  left: 30px;
  bottom: 10px;
}

.paragraph {
  font-family: "Sansation", sans-serif;
  font-size: 15px;
  width: 90%;
  position: relative;
  left: 25px;
  width: 525px;
  height: 116px;
}

.adEmbed {
  position: absolute;
  left: 25px;
  bottom: 40px;
}
