body {
  background-color: #ffefa5;
  margin-top: 8%;
  color: #5d5d5d;
  font-family: 'Data 70';
  text-shadow: 0px 1px 1px rgba(255,255,255,0.75);
  text-align: center !important;
}

h1 {
  font-size: 2.45em;
  font-weight: 700;
  color: #5d5d5d;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
  margin-top: 30px;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

.description-text {
  color: #707070;
  letter-spacing: -0.01em;
  font-size: 1.25em;
  line-height: 20px;
}

.delay-1s {
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@media (max-width: 575px) {
  #mobmarg {
    margin-top: 0%;
  }
}

@media (min-width: 575px) {
  #mobmarg {
    margin-top: 1%;
  }
}

.bigmarg {
  margin-top: 73vh;
}

@media (min-width: 400px) {
  .widetext {
    letter-spacing: 0.14rem;
    font-family: WestminsterAuto;
    color: #8AD0F1;
  }
}

@media (max-width: 400px) {
  .widetext {
    letter-spacing: 0.14rem;
    font-family: WestminsterAuto;
    color: #8AD0F1;
    font-size: 20px;
  }
}

.nomarg {
  margin-top: 0;
}

@media (max-width: 575px) {
  .mobshrinki {
    max-width: 70%;
  }
}

@media (max-width: 600px) {
  .cursor {
    cursor: pointer;
    max-width: 50%;
    height: auto;
  }
}

@media (min-width: 600px) {
  .cursor {
    cursor: pointer;
  }
}

.bodyprops {
  background: url("../../assets/img/BlakeIntro1_v2x-alt.webp") center / cover no-repeat;
  font-family: WestminsterAuto;
  background-attachment: fixed;
}

a:link {
  color: #8AD0F1;
  background-color: transparent;
  text-decoration: none;
}

a:visited {
  color: #8AD0F1;
  background-color: transparent;
  text-decoration: none;
}

a:hover {
  color: #233C68;
  background-color: transparent;
  text-decoration: none;
}

a:active {
  color: #8AD0F1;
  background-color: transparent;
  text-decoration: none;
}

.setwidth {
  width: fit-content;
  white-space: nowrap;
  padding-bottom: 2px;
}

@media (min-width: 400px) {
  .posicont {
    margin-top: 20px;
    font-family: PrototypeAuto;
  }
}

@media (max-width: 400px) {
  .posicont {
    margin-top: 5px;
    font-family: PrototypeAuto;
  }
}

.parent {
  position: relative;
  top: 0;
  left: 0;
}

.image1 {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}

.image2 {
  position: absolute;
  top: 73vh;
}

@media (max-width: 575px) {
  #federation {
    max-width: 40%;
  }
}

@media (max-width: 400px) {
  .mobshrinki {
    width: 105px;
    height: auto;
  }
}

.botpos {
  padding-top: 15px;
  padding-bottom: 5px;
}

@media (min-width: 1200px) {
  .botpos {
    padding-top: 25px;
    padding-bottom: 5px;
  }
}

