html {
  cursor: url("/dotapix/blink.png"), auto;
  text-size-adjust: none;
}

body {
            background: url("/bgs/crystals2.jpg");
            background-color: black;
            background-size: auto;
            background-attachment: fixed;
            background-position: top;
            font-family: FreePixel;
        }
        
a:visited {
  color:  grey;
  font-family: Verdana;
  text-decoration: none;
  cursor: url("/dotapix/blink.png"), auto;
}

a:hover {
  color:  darkgrey;
  font-family: Verdana;
  text-decoration: none;
  font-style: italic;
  cursor: url("/dotapix/blink.png"), auto;
}

a {
  color:  grey;
  font-family: Verdana;
  text-decoration: underline;
  cursor: url("/dotapix/blink.png"), auto;
  outline: none;
}

h1 {
  color: grey;
  font-size: 30px;
}

h2 {
  border-bottom: 1px dashed grey;
}

.center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.center > h1 {
  margin: 0 10px;
}

p {
  color: grey;
  font-family: verdana;
  font-size: 15px;
  margin-right: 20px;
  margin-left: 20px;
  }
  
  #footer_icons {
  margin: 11px auto;
  width: 1330px;
  }
  
.arrow {
  width: auto;  
  vertical-align: middle;
  padding: 10px;
    }