 body {
   background-image: url('http://dl8.glitter-graphics.net/pub/481/481298eycjufm5zf.jpg');
   background-attachment:fixed;
   background-repeat:repeat;
   overflow:hidden;
   font-family: starborn;
 }
 
 a {text-decoration: none; color: blue; }
 
@font-face {
font-family: starborn;
src: url(https://dl.dropbox.com/s/l0541on0m5eqvdj/Starborn.ttf);
}
 
 h2 {
  font-family: starborn; 
   font-size: 15px;
 }
 
 @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/ktlx5w7t8gk42nb/SakeMoru-Regular.ttf);
font-family: SakeMoru;
}

 li {
   font-size: 15px;
   font-family: pixel;
 }
 
 .box {
    max-width:1000px;
    margin: 50px auto;
    display: grid; 
    grid-gap: 10px;
    grid-template-columns:150px auto 150px 150px
  }
  
  header {
 /*(c) solielios*/
border-width:12px;
border-style:solid;
border-image: url("https://i.imgur.com/Kh6qtcn.png") 11 fill round;                 
 grid-row:1/2;
 grid-column:2/3;
height:90px;
border-radius: 25px;
background-image: url("http://dl9.glitter-graphics.net/pub/2415/2415589hlweltyfc7.gif") 
}

nav {
  /*(c) solielios*/
border-width:12px;
border-style:solid;
border-image: url("https://i.imgur.com/Kh6qtcn.png") 11 fill round;         
    
  grid-row:2/3;
  grid-column:1/2;
  hight:max-content;
  height:300px;
  
  border-radius: 25px;
background-image: url("http://dl9.glitter-graphics.net/pub/2415/2415589hlweltyfc7.gif") 
}

main {
 /*(c) solielios*/
border-width:12px;
border-style:solid;
border-image: url("https://i.imgur.com/Kh6qtcn.png") 11 fill round;         
    
  grid-row:2/3;
  grid-column:2/3;
  hight:max-content;
  height:300px;
  
  border-radius: 25px;
background-image: url("http://dl9.glitter-graphics.net/pub/2415/2415589hlweltyfc7.gif") 
}

angel {
   /*(c) solielios*/
border-width:12px;
border-style:solid;
border-image: url("https://i.imgur.com/Kh6qtcn.png") 11 fill round;         
 grid-row:2/3;
grid-column:3/4;
 hight:max-content;
  height:300px;  
border-radius: 25px;
background-image: url("http://dl9.glitter-graphics.net/pub/2415/2415589hlweltyfc7.gif") 
}

footer {
   /*(c) solielios*/
border-width:12px;
border-style:solid;
border-image: url("https://i.imgur.com/Kh6qtcn.png") 11 fill round;         
    
  grid-row:3/4;
  grid-column:1/4;
  height:50px;
  
   border-radius: 25px;
background-image: url("http://dl9.glitter-graphics.net/pub/2415/2415589hlweltyfc7.gif")   
}