/* 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=Barriecito&family=Pixelify+Sans:wght@400..700&display=swap');

html{
  width: 100%;
  height: 100%;
    cursor: url(https://cur.cursors-4u.net/mechanics/mec-5/mec435.cur), auto;
}


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

p {
  border-style: solid;
  border-color: #383869;
  border-radius: 25px;
   background-color: #848cce;
   background-image: url(https://furbisms.neocities.org/lps/sims2/ts2logo.png);
  background-repeat: no-repeat;
  background-position: center;
  font-family: "Pixelify Sans";
  font-size: 1.2em;
  color: white;
  width: 65%;
  padding: 20px;
  box-sizing: border-box;
  z-index: 0;
  box-shadow: 2px 2px 5px #383869;
  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
{
  color: #000082;
  text-decoration: none;
      cursor: url(https://cur.cursors-4u.net/mechanics/mec-5/mec437.cur), pointer;
      transition: 0.3s;
      text-shadow: 0 0 5px #8ab2c3; 
}

a:visited
{
  text-decoration: none;
  color: #000082;
  text-shadow: 0 0 5px #8ab2c3; 
}

a:hover {
  text-shadow: 0 0 5px #61e361; 
  color: white;
  text-decoration: none; 
}

a:active

{
  color: white;
  text-shadow: 0 0 5px #61e361;
  text-decoration: none;
}


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: 125px;
 overflow: hidden;
}

h1{
  font-family: Barriecito;
  text-shadow: 0 0 5px #61e361; 
  color: white;
}

h3{
  font-family: Barriecito;
  text-shadow: 0 0 5px #61e361; 
  color: white;
}

h2{
  font-family: Barriecito;
  text-shadow: 0 0 5px #61e361; 
  color: white;
}

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

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

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



