html,body{
margin: 0px;
padding: 0px;
height:100%;
background-image:url('https://i.imgur.com/L0kqTo6.jpg');
background-repeat: repeat;
  background-attachment: fixed;
background-color:#2d3a80;
font-family: 'Titillium Web', sans-serif;
font-size: 13px;
color:#fff;
text-align:justify;
letter-spacing:1px;
}

#box1{
position:relative;
width:735px;
min-height:100%;
margin:72px auto;
padding:8px;
}

#header{
height:350px;
width:735px;
background-image:url('https://i.imgur.com/KlLC9l4.png');
border:1px solid #230023;
}

#linkity{
position:absolute;
top:-23px;
left:7px;
width:735px;
line-height:30px;
text-align:center;
}

#linkity a{
width:120px;
display:inline-block;
margin-right:-3px;
background:url('https://i.imgur.com/rGllbJg.gif');
color:#fff;
-moz-border-radius:10px 10px 0px 0px;
-webkit-border-radius:10px 10px 0px 0px;
border-radius:10px 10px 0px 0px;
text-transform:uppercase;
letter-spacing:2px;
border:1px solid #000000;
}

#linkity a:hover{
background-color:rgba(35,0,35,0.4);
border-bottom:1px solid #fff;
-moz-transition:.4s;
-webkit-transition:.4s;
transition:.4s;}

#box2{
position:absolute;
top:359px;
width:528px;
height:800px;
border:1px solid #230023;
margin-right:4px;
padding:8px;
background-color:rgba(35,0,35,0.8);
margin-bottom:4px;
} 

#box3{
position:absolute;
top:359px;
left:553px;
width:174px;
height:800px;
border:1px solid #230023;
padding:8px;
background-color:rgba(35,0,35,0.8);
margin-bottom:4px;
text-align:left;
}

h1{
text-align:center;
text-shadow: 2px 2px 2px black;
font-size:14px;
line-height:30px;
font-family:times;
font-style:bold;
display:block;
border: double black;
letter-spacing:2px;
margin: -2px 0px 0px -4px;
background:url('https://i.imgur.com/gCsoW0m.gif');
}

a{
color:#fff;
background:#000;
text-decoration:none;
font-style:italic;
}

a:hover{
background:rgb(35,0,35);
}
div.blink1 {
  background-color: ;
  width: 525px;
  height: 625px;
  overflow: auto;
}
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey; 
  border-radius: 10px;
  background: url("https://i.imgur.com/44ZQy3G.png");
}
 
/* Handle */
::-webkit-scrollbar-thumb {
background: #ff41e4; 
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #0c8fff; 
}
div.doll1 {
  background-color: ;
  width: 525px;
  height: 365px;
  overflow: auto;
}
div.full {
  background-color: ;
  width: 525px;
  height: 775px;
  overflow: auto;
}
