
body {
  margin:10%;
  margin-top:5%;
  margin-bottom:0%;
  font-family:"Comic Sans MS";
  background:url("/shrines/bro/bg.png");
  color: #e85a7f;
  overflow-y:scroll;
  background-attachment:fixed;
  /*BLUH*/
  
  }
  
  
.left {
  margin-top:-40px;
  margin-right: 40%;
  margin-bottom:0%;
  }
  
#right {
  margin-left: 67%;
  position: fixed;
  top: 0;
  left: 0;
  margin-right: 8%;
  margin-top: 8%
  
  
  }
  

  
.box {
  background: #f5cbcb;
  margin: 2%;
  margin-bottom:0%;
  margin-left: 0%;
  margin-right: 0%;
  border: 3px solid #854453;
  padding:2%;
  padding-top:0.5%;
  height:410px;
  overflow: auto;
  
  }
  
  
a {
  color:#d1627e;
  }
  
a:hover {
  text-decoration:none;
}
  
h1 {
  background:#f2efb3;
  border: 3px solid #854453;
  padding: 2%;
  
  }
  
  h2 {
    margin:5px;
  }
  
.panels img {
 height:200px;
 border-radius:5px;
 margin:3px;
}

.panels img:hover {
 box-shadow:1px 1px 4px #e0c200;
}
  
.box2 {
  margin: 1%;
  background:#f2efb3;
  border: 3px solid #854453;
  padding: 2%;
  }
  
  /* . . . . . . . . . . . . . . . . */ 
    ::-webkit-scrollbar {
        width: 8px;
        height: 10px;}

    

  