@media (max-width: 500px) {
  .linkit {
    font-size: 25px;
  }
}

@media (min-width: 500px) {
  .linkit {
    font-size: 40px;
  }
}

.placeit {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.setfont {
  font-family: PrototypeAuto;
}

.colprops {
  text-align: center;
}

.headcol {
  color: #97d9f5;
}

.colbak {
  background: rgba(33,37,41,0.71);
  border-radius: 20px;
}

.image1 {
  position: absolute;
  top: 0%;
  width: 100%;
  height: 100dvh;
}

