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

body {
background-image: url('https://i2.glitter-graphics.org/pub/972/972142fs73qh5iyk.gif');
background-attachment: fixed;
background-repeat: repeat;
overflow: hidden;
}

.container {
           /*(c) solielios*/
border-width:12px;
border-style:solid;
border-image: url("https://i.imgur.com/Kh6qtcn.png") 11 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://thekingofgrabs.com/wp-content/uploads/2022/10/silent-hill-4-ps2-wide-1.jpg?w=810');
  background-repeat: repeat;
  width: 880px;
  position: absolute;
  left: 327px;
  top: 10px;
  height: 170px;
  box-shadow: 0 0 8px 8px white inset;
  z-index: -1;
}

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