/* 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." */
@import url('https://fonts.googleapis.com/css2?family=Pixelify+Sans:wght@400..700&family=Protest+Revolution&display=swap');

html{
  width: 100%;
  height: 100%;
  cursor: url(https://furbisms.neocities.org/lps/freedomplanet/point.ico), auto;
  image-rendering: pixelated;
}


body {
  background-image: url(https://furbisms.neocities.org/lps/freedomplanet/bg.png);
  background-attachment: fixed;
  background-color: #eac4ff;
  color: black;
  font-family: klee one;
  position: relative; 
  text-align: center;
}

p {
 
  background-image: url(https://furbisms.neocities.org/lps/freedomplanet/bg_gradient.png);
  background-size: 100% 100%;
  image-rendering: pixelated;
  font-family: "Pixelify Sans";
  font-size: 1.2em;
  color: white;
  width: 65%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 0;
  margin: 0 auto;
  margin-top: 5px;
  text-align: center;
  }


  nav {
  color:#e940ff ;
  max-height: 3em;
  max-width: 100%;
  display: inline-block;
  float: none;
  font-size: calc(1em + 1.5vw);
  font-family: spicy rice;
  padding: 15px;
  text-shadow: 1px 1px 2px #FFFFFF, 0 0 5px #FFFFFF; 
}



#header {
  
  text-align: center;
  font-size: 200%;
  border-style: groove;
  border-color: white;
  background-color: #eac4ff;
  }

a:link
{
  background: linear-gradient(180deg, #01fcf8 55%, #ffffff 62%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  text-decoration: none;
      cursor: url(https://furbisms.neocities.org/lps/freedomplanet/hov.ico), pointer;
      transition: 0.3s;
      
}

a:visited
{
  background: linear-gradient(180deg, #01fcf8 55%, #ffffff 62%);
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent; 
}

a:hover {
  background: linear-gradient(180deg, #01fcf8 55%, #ffffff 62%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent; 
}

a:active

{
  background: linear-gradient(180deg, #01fcf8 55%, #ffffff 62%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}


hr
{ color: white;
 width: 75%;
}

footer {
 border-style: groove;
 border-color: white;
 background-color: #eac4ff;
 color: Black;
 width: 100%;
 padding: 5px;
 text-align: center;
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
 box-sizing: border-box;
 font-weight: bold;
 z-index: 10;
}

div {
 display: block;
}

.divguy {
 display: block;
 position: fixed;
 left: 25px; 
 top: 450px;
 overflow: hidden;
}

h1{
  font-family: Protest Revolution;
background: linear-gradient(180deg, #ffffff 52%, #f8fc00 73%);
color: transparent;
-webkit-background-clip: text;
background-clip: text;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
}

h3{
  font-family: Protest Revolution;
 

}

h2{
  font-family: Protest Revolution;

}

  
::-moz-selection { /* Code for Firefox */
  color: white;
  background: #61e361;
}

::selection {
  color: white;
  background: #61e361;
}

nav{
  margin: 0 auto; 
  text-align: center;
}



