#container{
    margin:0 auto;
    width:880px;
    height:420px;
    margin-top:15px;
    padding:10px;
border-width: 7px; border-style: solid; border-image: url("https://scemoboy.carrd.co/assets/images/gallery09/7602b1c2.png?v=00ac4b53") 9 fill round;
position:relative;
 }
 body{
    background-image:url(https://i.pinimg.com/1200x/41/f3/48/41f3484e53a85837f02b1c15a600cf33.jpg);
    background-size:300px;
    font-family:doll;
    font-size:15px;
    color:black;
 }
   @font-face {
font-family: doll;
src: url(https://dl.dropbox.com/s/2b24akplpbrix0t/Baby%20Doll.otf);
}
.shrine{
    width:200px;
    height:200px;
    margin:auto;
    margin-left:10px;
    margin-right:10px;
    position:relative;
    float:left;
}
.shrine img{
    -webkit-mask-image: url(https://files.catbox.moe/l5jq9z.png);
-webkit-mask-size: 100%;
-webkit-mask-repeat: no-repeat;
-webkit-mask-position: center;
width:200px;
filter:grayscale(75%);
}
.shrine img:hover{
  filter:grayscale(0%);
  transition: filter 1s ease;
}
h1{
position:absolute;
  font-size:40px;
  font-family:kinkie;
background-color:black;
  -webkit-background-clip: text;
-webkit-text-stroke: 4px transparent;
  background-size:100%;
  color:white;
  left:45%;
  top:0;
}
.shrine a{
    position:absolute;
  font-family:kinkie;
background-color:black;
  -webkit-background-clip: text;
-webkit-text-stroke: 4px transparent;
  background-size:100%;
color:white;
font-size:40px;
left:30px;
bottom:5px;
text-decoration:none;
}
.shrine a:hover{
    font-style:italic;
    background-color: #383838;
}
p{
  font-size:15px;
  font-family:doll;
}
 @font-face {
font-family: kinkie;
src: url(https://dl.dropbox.com/s/a3ftt66a9mzayi1/Luminauroit.ttf);
}