/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */

body {
  background-color: #0e1111;
  background-image: url('/darkdamask.png');
  color: #fff;
  font-family: Courier New;
  cursor: url("skull.gif"), url("skull.ico"), default;
}

#c{
    position:fixed;
    bottom: 10px;
    right: 10px;
    text-align:center;
    font-family:trebuchet ms;
    z-index:999999;
    cursor: url("skull.gif"), url("skull.ico"), default;
}
#c a{
    font-size:12px;
    font-family:trebuchet ms;
    color:#777;
    font-size:10px;
    padding:5px;
    letter-spacing:1px;
    text-decoration:none;
    cursor: url("skull.gif"), url("skull.ico"), default;
}
#c a:hover{
    background:#000;
    border:1px solid #c7fee2;
    color:#ccc;
    letter-spacing:1px;
    cursor: url("froste.gif"), url("froste.ico"), default;
}


       /* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #040404;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #899499;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #71797E;
} 

.kush {
  width: 555px;
  height: 333px;
  text-align: center;
  cursor: url("skull.gif"), url("skull.ico"), default;
}

col {
  display: table-column;
}

@font-face {
    font-family: 'black_nightblack';
    src: url('https://selkiehimbo.neocities.org/blacknight-webfont.woff2') format('woff2'),
         url('https://selkiehimbo.neocities.org/blacknight-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pentagrams_malefissentregular';
    src: url('https://selkiehimbo.neocities.org/pentagrams_malefissent-webfont.woff2') format('woff2'),
         url('https://selkiehimbo.neocities.org/pentagrams_malefissent-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

.hide {
  display: none;
}

.myDIV:hover + .hide {
  display: block;
  color: pink;
}

.weed { 
  background-image: url('/kitchen1111.png');
  width: 657px;
  height: 616px;
  border: outset 10px ;
  border-color: #cbe4d5;
  cursor: url("skull.gif"), url("skull.ico"), default;
}

.side {
  cursor: url("skull.gif"), url("skull.ico"), default;
  position: relative;
  top: -200px;
  right: -150px;
}

.cookie {
  background-color: #000;
  background-image: url('/smokebg.png');
  border-radius: 50px;
  width: unset;
  height: unset;
  padding: 25px;
  cursor: url("skull.gif"), url("skull.ico"), default;
}

 pre code {
  background-color: #000;
  color: #fff;
  display: block;
  width: 160px;
  height: 80px;
  
}

 /* unvisited link */
a:link {
  color: #c7fee2;
  text-decoration: none;
  cursor: url("skull.gif"), url("skull.ico"), default;
}

/* visited link */
a:visited {
  color: #c7fee2;
  text-decoration: none;
  cursor: url("skull.gif"), url("skull.ico"), default;
}

/* mouse over link */
a:hover {
  color: #fff;
  text-decoration: none;
  cursor: url("froste.gif"), url("froste.ico"), default;
}

/* selected link */
a:active {
  color: #fff;
  text-decoration: none;
  cursor: url("froste.gif"), url("froste.ico"), default;
} 

mark {
  background-color: #fff;
  color: black;
}

.cronch {
  background-image: url('/moon.png');
  height: 362px;
  width: 366px;
  text-align: center;
  cursor: url("skull.gif"), url("skull.ico"), default;
}

.glows {
  font-size: 18px;
  font-family:'pentagrams_malefissentregular';
  color: #000;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
  cursor: url("skull.gif"), url("skull.ico"), default;
}

.glow {
  font-size: 22px;
  font-family:'black_nightblack';
  color: #000;
  text-align: center;
  -webkit-animation: glow 1s ease-in-out infinite alternate;
  -moz-animation: glow 1s ease-in-out infinite alternate;
  animation: glow 1s ease-in-out infinite alternate;
  cursor: url("skull.gif"), url("skull.ico"), default;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #aaf0d1, 0 0 20px #aaf0d1, 0 0 30px #aaf0d1, 0 0 40px #aaf0d1, 0 0 50px #aaf0d1, 0 0 60px #aaf0d1, 0 0 70px #aaf0d1;
  }
  to {
    text-shadow: 0 0 20px #101010, 0 0 30px #9fe2bf, 0 0 40px #9fe2bf, 0 0 50px #9fe2bf, 0 0 60px #9fe2bf, 0 0 70px #9fe2bf, 0 0 80px #9fe2bf;
  }
    cursor: url("skull.gif"), url("skull.ico"), default;
}

  /* Add a black background color to the top navigation */
.topnav {
  overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  color: #fff;
  font-family: 'pentagrams_malefissentregular';
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #101010;
  color: #ccc;
  font-family: 'pentagrams_malefissentregular';
  border-radius: 5px;
}

/* Add a color to the active/current link */
.topnav a:active {
  background-color: #101010;
  color: #ccc;
  font-family: 'pentagrams_malefissentregular';
  border-radius: 25px;
}
