@font-face {
    font-family: "Harmonia Sans W06 Condensed";
    src: url("https://db.onlinewebfonts.com/t/feb28c6cf029b15c551ac6f3ce8b47dd.eot");
    src: url("https://db.onlinewebfonts.com/t/feb28c6cf029b15c551ac6f3ce8b47dd.eot?#iefix") format("embedded-opentype"),
         url("https://db.onlinewebfonts.com/t/feb28c6cf029b15c551ac6f3ce8b47dd.woff2") format("woff2"),
         url("https://db.onlinewebfonts.com/t/feb28c6cf029b15c551ac6f3ce8b47dd.woff") format("woff"),
         url("https://db.onlinewebfonts.com/t/feb28c6cf029b15c551ac6f3ce8b47dd.ttf") format("truetype"),
         url("https://db.onlinewebfonts.com/t/feb28c6cf029b15c551ac6f3ce8b47dd.svg#HarmoniaSansW06Condensed") format("svg");
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Harmonia Sans W06 Condensed", sans-serif;
    color: white;
    line-height: 1;
    cursor: none;
}

body {
   background: black url("https://woahglaceon.neocities.org/graphics/bg.png") no-repeat fixed center; 
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
}
.custom-cursor {
  position: fixed;
  top: 0;
  left: 0;
  width: 32px;
  height: 32px;
  background: url("https://woahglaceon.neocities.org/graphics/cursor.png") no-repeat center;
  background-size: contain;
  pointer-events: none;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease;
  z-index: 9999;
}

.content p {
    font-size: 1rem;
    margin: 6px 0;
    padding: 0;
    line-height: 1.1;
    font-weight: 400;
}

.content h1 {
    font-size: 2.4rem;
    margin: 8px 0 6px;
    line-height: 1.05;
    font-weight: 700;
}

.content h2 {
    font-size: 1.4rem;
    margin: 6px 0 4px;
    line-height: 1.05;
    font-weight: 600;
}

.content h3 {
    font-size: 1.05rem;
    margin: 4px 0;
    line-height: 1.05;
    font-weight: 600;
}

.content {
    position: relative;
    max-width: 800px;
    margin: 50px auto;
    padding: 30px;
    background: rgba(0, 0, 0, 0.50);
    border: 3px solid #f1f1f1;
    text-align: center;
    z-index: 1;
    box-sizing: border-box;
    border-radius: 15px;
    line-height: 1.0;
}

a {
    color: #0077cc;
    text-decoration: none;
    cursor: none
}

a:hover {
    text-decoration: underline;
}

a:hover ~ .custom-cursor {
  transform: rotate(-15deg);
}

a.oh-boy-youre-gonna-find-something-cool {
  color: white;
  text-decoration: none;
}

a.oh-boy-youre-gonna-find-something-cool:hover {
  color: white;
  text-decoration: none;
}

img {
    max-width: 100px;
    height: auto;
    margin: 8px 0;
}
