/* 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-image: url('http://dl9.glitter-graphics.net/pub/2988/2988199ts3c8me8q6.gif');
background-attachment: fixed;
background-repeat: repeat;
}


/* Guitar - https://www.cursors-4u.com/cursor/mec89 */
* {
  cursor: url('https://cdn.cursors-4u.net/previews/guitar-67689b48-32.webp') 32 32, auto !important;
}
/* End www.Cursors-4U.com Code */

@font-face {
font-family: "starborn";
src: url(https://dl.dropbox.com/s/l0541on0m5eqvdj/Starborn.ttf) format("truetype");}


.container {
    /*(c) solielios*/
border-width:12px;
border-style:solid;
border-image: url("https://i.imgur.com/Kh6qtcn.png") 11 fill round;               
  margin: auto;
  width: 940px;
  height: 1170px;
  position: relative;
  padding: 5px;
  z-index: 4;
    }
    
  .container-one {
    border-width: 1px;
  border-style: solid;
  border-color: white;
  background-image: url('https://dl.glitter-graphics.com/pub/3683/3683058axy5z928y6.jpg');
  background-repeat: repeat;
  width: 940px;
  position: relative;
  left: 1px;
  height: 200px;
  box-shadow: 0 0 8px 8px black inset;
  z-index: 5;
  }
  
  #name {
  font-family: starborn;
  font-size: 2em;
  color: white;
  margin-top: 60px;
  margin-left: 10px;
  }
/* scrolling version*/
.lacescr {
border-width:7px;
border-style:solid;
border-image: url("https://i.imgur.com/NJa4bp2.png") 8 fill round;
width:100%;
height:100px;
overflow-y:auto;
} 

}

    