@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");
}

body {
  background: radial-gradient(circle at center, #0a1037, #0a0219 60%);
  color: white;
  margin: 0;
}

.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;
}

/* 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%;
}

.auto {
  flex: 1 1 auto; /* expands to fill remaining space */
}

.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%;
}

.centerBodyContainer {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  translate: -22px -65px;
}

.bodyContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 390px;
}

.bodyContainerfirstHalf,
.bodyContainerSecondHalf {
  height: 100%;
  margin: 0;
}

.bodyContainerfirstHalf {
  flex-direction: column;
}

.FirstHalfTopHalf,
.FirstHalfBottomHalf {
  width: 100%;
  margin: 0;
}

.FirstHalfTopHalf {
  height: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Montserrat";
  font-size: 41.5px;
}

.title {
  position: relative;
  right: 60px;
}
.FirstHalfBottomHalf {
  height: 60%;
  display: flex;
  flex-direction: row;
}

.paragraphLineSection,
.FirstHalfBottomHalfSecondHalf {
  height: 100%;
}

.paragraphLineSection {
  flex: 0 0 10%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.paragraphLine {
  position: relative;
  left: 25px;
  bottom: 35px;
}

.FirstHalfBottomHalfSecondHalf {
  flex-direction: column;
}

.ParagraphSection,
.AboutMeButtonSection {
  width: 100%;
  margin: 0;
}

.ParagraphSection {
  height: 64%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Sansation", sans-serif;
}

.paragraph {
  width: 80%;
  position: relative;
  right: 40px;
}

.AboutMeButtonSection {
  height: 36%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bodyContainerSecondHalf {
  flex-direction: column;
}

.secondHalfTopThird,
.secondHalfMiddleThird,
.secondHalfBottomThird {
  width: 100%;
}

.secondHalfTopThird {
  height: 33.3333%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.secondHalfMiddleThird {
  height: 41%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.secondHalfBottomThird {
  height: 25.6666%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.AboutMeButton {
  position: relative;
  width: 144px;
  height: 37px;
  border: solid 1px white;
  color: white;
  border-color: white;
  border-radius: 30px;
  font-family: "Sansation", sans-serif;
  font-size: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.AboutMeButtonText {
  margin-right: 5px;
}

.AboutMeButtonLink {
  position: relative;
  bottom: 20px;
  right: 215px;
}

.projectsTitle {
  font-family: "Montserrat";
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  position: relative;
  bottom: 10px;
  right: 10px;
}

.projectsDivider {
  position: relative;
  bottom: 283px;
  left: 35px;
  z-index: -10;
}

.Project2,
.Project3 {
  filter: brightness(0.5);

  color: currentColor;
  cursor: not-allowed;
  opacity: 0.5;
  text-decoration: none;
}

.Project3 {
  width: 125px;
}

.ProjectList {
  font-family: "Sansation", sans-serif;
  position: relative;
  bottom: 20px;
  left: 20px;
}

.Project1 {
  color: white;
}

.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;
}
