@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 */

.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%;
  z-index: 10;
}

.bodyContainer {
  position: relative;
  bottom: 170px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1122px;
  height: 550px;
  flex-direction: column;
}

.titleSection,
.bodySectionLowerHalf {
  width: 100%;
}

.titleSection {
  height: 20%;
  font-family: "Montserrat";
  font-size: 41.5px;
}

.bodySectionLowerHalf {
  height: 80%;
}

.bodySectionLowerHalf > * {
  height: 100%;
}

.bottomHalfFirstThird > * {
  height: 50%;
}

.bottomHalfMiddleThird > * {
  height: 50%;
}

.generalInfoContent,
.hobbiesContent {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 262px;
  height: 191px;
}

.whereImFromContent,
.ambitionsContent {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 200px;
}

.extraStuffContent {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 269px;
  height: 388px;
}

#generalInfoTopLeft {
  bottom: 58px;
  right: 57px;
}
#generalInfoBottomRight {
  bottom: -58px;
  right: -56.5px;
}
#hobbiesTopLeft {
  bottom: 58px;
  right: 56.5px;
}
#hobbiesBottomRight {
  bottom: -58px;
  right: -56.5px;
}
#whereImFromTopLeft {
  bottom: 46px;
  right: 97px;
}
#whereImFromBottomRight {
  bottom: -46px;
  right: -97px;
}
#ambitionsTopLeft {
  bottom: 46px;
  right: 97px;
}
#ambitionsBottomRight {
  bottom: -46px;
  right: -97px;
}
#extraStuffTopLeft {
  bottom: 156.5px;
  right: 59px;
}
#extraStuffBottomRight {
  bottom: -156.5px;
  right: -59px;
}

.generalInfoTitle {
  position: absolute;
  font-family: "Montserrat";
  font-size: 32px;
  white-space: nowrap;
  translate: -0px -50px;
}

.generalInfoText {
  position: absolute;
  font-family: "Sansation", sans-serif;
  font-size: 14px;
  width: 180px;
  height: 100px;
  text-align: center;
  translate: -0px 30px;
  text-align: left;
}

.hobbiesTitle {
  position: absolute;
  font-family: "Montserrat";
  font-size: 32px;
  white-space: nowrap;
  translate: -35px -50px;
}

.hobbiesText {
  position: absolute;
  font-family: "Sansation", sans-serif;
  font-size: 14px;
  width: 200px;
  height: 100px;
  text-align: center;
  translate: -0px 30px;
  text-align: left;
}

.whereImFromText {
  position: absolute;
  font-family: "Sansation", sans-serif;
  font-size: 13px;
  width: 170px;
  height: 100px;
  text-align: center;
  translate: -55px 35px;
  text-align: left;
}

.ambitionsText {
  position: absolute;
  font-family: "Sansation", sans-serif;
  font-size: 12px;
  width: 160px;
  height: 98px;
  text-align: center;
  translate: -55px 35px;
  text-align: left;
}

.whereImFromTitle {
  position: absolute;
  font-family: "Montserrat";
  font-size: 27px;
  white-space: nowrap;
  translate: -35px -40px;
}

.ambitionsTitle {
  position: absolute;
  font-family: "Montserrat";
  font-size: 30px;
  white-space: nowrap;
  translate: -60px -40px;
}

.BDFlag {
  position: absolute;
  width: 100.5px;
  height: 71.25px;
  translate: 95px 25px;
}
.MITCampus {
  position: absolute;
  width: 93.75px;
  height: 119.25px;
  translate: 95px 5px;
}

.extraStuffTitle,
.extraStuffText,
.SantiagoBernabeu,
.RonaldoPic1,
.RonaldoPic2 {
  position: absolute;
}

.extraStuffTitle {
  font-family: "Montserrat";
  font-size: 32px;
  white-space: nowrap;
  translate: -30px -145px;
}

.extraStuffText {
  font-family: "Sansation", sans-serif;
  font-size: 14px;
  width: 200px;
  height: 100px;
  text-align: center;
  translate: -10px -60px;
  text-align: left;
}

.SantiagoBernabeu {
  translate: 0px 20px;
}

.RonaldoPic1 {
  translate: -65px 130px;
}

.RonaldoPic2 {
  translate: 50px 130px;
}
