/* 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;
}

* {
  cursor: url(https://cur.cursors-4u.net/nature/nat-3/nat261.cur), auto !important;
}
   
    html{
overflow: scroll;
overflow-x: hidden;
}
::-webkit-scrollbar {
width: 0; /* remove scrollbar space */
background: transparent; /* to make scrollbar invisible */
}
::-webkit-scrollbar-thumb {
background: transparent;
}

::selection {
/* Change highlight background color */
background: #FFFFFF;
/* Change highlight text color */
color: #6B4630;
}
a {text-decoration: none; color: white; }


 
@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);
}

@font-face {
font-family: magazine;
src: url(https://dl.dropbox.com/s/9a122x5sim0udkw/MagazineLetterByBrntlbrnl-Regular.ttf);
}

@font-face {
font-family: roman;
src: url(https://dl.dropbox.com/s/f9cfrx4wyt13rwv/ROMANTIC.TTF);
}
 

body {
background-image: url('http://dl8.glitter-graphics.net/pub/1202/1202528b2c2lz6c1z.gif');
background-attachment: fixed;
background-repeat: repeat;
overflow: hidden;
}


.container{
border-width:7px;
  border-style:solid;
  border-image: url("https://foollovers.com/mat/menu05/51a-none.gif") 9 fill round;
  margin: auto;
  margin-top: 20px;
  width: 1000px;
  height: 800px;
  position: relative;
  padding: 5px;
  z-index: 4;
}

.container-one{
  border-width: 1px;
  border-style: solid;
  border-color: #382314;
  border-radius: 5px;
  background-image: url('https://i7.glitter-graphics.org/pub/513/513537gqjmp4ge77.gif');
  background-repeat: repeat;
  width: 1000px;
  position: relative;
  left: 1px;
  height: 170px;
  box-shadow: 0 0 8px 8px #382314 inset;
  z-index: 5;
  display: flex;
  justify-content: center; /* yatay ortalar */
  align-items: center; 
}

#name{
  font-family: roman ;
  font-size: 3em;
  -webkit-text-stroke: 1px black;
  color: black;
  margin-top: 10px;
  margin-left: 10px;
}

.outer{
border-width:7px;
  border-style:solid;
  border-image: url(https://i.imgur.com/Kh6qtcn.png") 7 fill round;
border-radius:15px;
width: 115px;
height: 115px;
margin-top: 10px;
}

.inner{ width: 100%;
  height: 100%;
  background-image: url('https://beta-photo.neocities.org/beta%20foto/img1.jpg.jpg');
  background-size: cover;
  border-radius:8px;
}




