body {
  background-image: url("images/starglitter.gif");
  background-repeat: repeat;
  background-color: black;
  background-attachment: fixed;
}

#haze {
  background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
  mix-blend-mode: multiply;
  background-attachment: fixed;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  padding: 0px;
  margin: 0px;
  background-clip: border-box;
  z-index: -1;
}

i {
  background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

b {
  background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.rainbowtitle {
  margin-top: 0px;
  margin-bottom: 0px;
  background: linear-gradient(to right, #f20804, #f40454, #4c06c3, #027add, #03b5cd, #028d09, #96a400, #af6d02, #db3402);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1.5px;
  -webkit-text-stroke-color: white;
}

.rainbow {
  margin-top: 0px;
  margin-bottom: 0px;
  background: linear-gradient(to right, #ef5350, #f48fb1, #7e57c2, #2196f3, #26c6da, #43a047, #eeff41, #f9a825, #ff5722);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.pixelify-sans {
  font-family: "Pixelify Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 3;
  font-style: normal;
  color: white;
}

#title {
    background-color: black;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-radius: 10px;
    padding: 15px;
    font-size: 30;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
    z-index: 1;
}

#main {
    background-color: black;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-radius: 10px;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: center;
    z-index: 1;
}

h1, h2, h3 {
    text-align: center;
    letter-spacing: 2px;
}

#findme {
    background-color: black;
    border-width: 1px;
    border-style: solid;
    border-color: white;
    border-radius: 10px;
    padding: 15px;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
    text-align: left;
    z-index: 1;
}

li {
  list-style: '✨';
  list-style-position: outside;
  padding-inline-start: 1ch;
}

/* unvisited link */
a:link {
  color: white;
}

/* visited link */
a:visited {
  color: rgb(172, 172, 172);
}

/* mouse over link */
a:hover {
  color: hotpink;
}

/* selected link */
a:active {
  color: hotpink;
}