/* 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: white;
  color: black;
  font-family: Verdana;
}/* Pink Flowers - https://www.cursors-4u.com/cursor/nat129 */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/pink-flowers-6f858f86-32.webp') 32 32, auto !important;
  
  @font-face {
font-family: kawaii stitch;
src: url(https://dl.dropbox.com/s/yjal3we9j6biyn5/Kawaii%20Stitch.ttf);}
 
@font-face {
font-family: starborn;
src: url(https://dl.dropbox.com/s/l0541on0m5eqvdj/Starborn.ttf);
}
 
@font-face {
font-family: pixel;
src: url(https://dl.dropbox.com/s/kmhe7d3n18vdz5e/w95fa.woff?dl=0);
}
 
@font-face {
src: url(https://dl.dropbox.com/s/ct0s037q78sao3f/Frighted.ttf);
font-family: Frighted;
}
 
@font-face {
src: url(https://dl.dropbox.com/s/ktlx5w7t8gk42nb/SakeMoru-Regular.ttf);
font-family: SakeMoru;
}
 
@font-face {
font-family:'yipes';
src: url(https://dl.dropbox.com/s/qrdm3wived8sm66/Yipes.ttf);
}
 
@font-face {
font-family:'fenotype';
src: url(https://dl.dropbox.com/s/klo6yfrf62916qp/02.10FEN.TTF);
}


a {text-decoration: none; color: white; }

body {
background-image: url 'https://rivendell.neocities.org/backgrounds/floral1.png';
background-attachment: fixed;
background-repeat: repeat;
overflow: hidden;

overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* remove scrollbar space */
background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
background: transparent;
</style>
<style>/* Change highlight background color */
background: #f7abcf;
/* Change highlight text color */
color: #D6EBC3;
}
</style>
.glowpad { margin: 0 auto; padding:10px; width:100%; box-sizing:border-box; }

.glow {
margin: 0 auto;
width:100%;
height:150px;
border:3px solid pink;
background:pink;
border-radius:10px;
box-shadow: 0px 0px 10px pink, 0px 0px 10px pink, 0px 0px 10px pink, 0px 0px 10px pink, 0px 0px 14px pink;
color:black;
overflow-y:auto;

}

.container {
  border-width: 7px; 
border-style: solid; 
border-image: url("https://i.imgur.com/ROjUrNz.gif") 6 fill round; 
  margin: auto;
  width: 884px;
  height: 665px;
  position: relative;
  padding: 5px;
  z-index: 4;
}

.container-one {
  border-width: 1px;
  border-style: solid;
  border-color: white;
  background-image: url('https://i3.glitter-graphics.org/pub/140/140613dzkus3q8pu.jpg');
  background-repeat: repeat;
  width: 880px;
  position: relative;
  left: 1px;
  height: 170px;
  box-shadow: 0 0 8px 8px white inset;
  z-index: 5;
}
 

 

 


 

f - kado3 . gif ), url ( f - kado4 . gif ); 
background - position : top left , top right ; 
background - repeat : no - repeat , no - repeat ; 
height : 67px 
}

#name
{
  font-family: kawaii stitch;
  font-size: 2em;
  -webkit-text-stroke: 1px white;
  color: #FFD1E6;
  margin-top: 60px;
  margin-left: 10px;
}

.outer
{
  border-width:7px;
  border-style:solid;
  border-image: url("https://foollovers.com/mat/baf/food/fo32-008-a.gif") 7 fill round;
border-radius:15px;
width: 115px;
height: 115px;
margin-top: 10px;
}
.inner
{
   width: 100%;
  height: 100%;
  background-image: url('https://i8.glitter-graphics.org/pub/321/321008eff8rb3yun.jpg');
  background-size: cover;
  
  .bg, .inner { box-sizing: border-box;}

.bg {
/* for plain background */
background: #FE82B624;

/* vv for image background. remove if want plain */
background-image:url(https://i5.glitter-graphics.org/pub/1043/1043585ir2mebcqub.gif);
backround-repeat: repeat;
background-size:cover;

padding:12px; /* make number bigger/smaller for a bigger/smaller border */
width:50%;
border:1px solid white;
position: relative;
top -8em;
left - 138px;
}

.in {
  font-family: pixel;
  line-height: 1.125em;
background: #FFF;
color: #000;
padding:5px;
border:1px solid black;
height:103px; /* set height to "height:fit-content;" to expand with text size */
overflow-y:auto; /* remove overflow if you don't want a scroll */
}

}
/* End www.Cursors-4U.com Code */