#domains-div {
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    width: 100vw;
    height: 100vh;
  }

  #domains-div h2, #domains-div a {
    font-size: 20px;
    text-decoration: none;

  }

  #domains-div a {
    color: #6e406e;
  }

  #domains-div h2{
    position: relative;
    font-family: MarkinLT;
  }

#sitelink {
    font-family: PinkyShow;
    transition: all 0.15s ease-in;
}

#sitelink:hover {
    transform: scale(1.5);
}

#pageTitle {
  color: white;
  font-family: Daydream;
  font-weight: 100;
  font-size: 2em;
  text-shadow:
  -1px -1px 0 #000000,
  0.5px -0.5px 0 #000000,
  1px 5px 0 #000000,
  1px 1px 0 #000000;
  margin-bottom: 50px;
}