body {cursor: url('https://files.catbox.moe/u0ehwm.png'), auto;}
a {cursor: url('https://files.catbox.moe/p30hxb.png'), auto;}


html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;

  background: url('https://files.catbox.moe/84qyfx.png') center / cover no-repeat;

  font-family: 'Titillium Web', sans-serif;
  font-size: 13px;
  color: #fff;
  text-align: justify;
  letter-spacing: 1px;
}

#box1{
position:relative;
width:735px;
height:80%;
margin:72px auto;
padding:8px;
}

#header{
height:300px;
width:727.5px;
background-image:url('https://files.catbox.moe/ycaou3.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-color:#230023;
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 #230023;
}

#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:relative;
top:10px;
width:528px;
height:80%;
border:1px solid #230023;
margin-right:4px;
padding:8px;
background-color:rgba(35,0,35,0.4);
margin-bottom:4px;
} 

#box3{
position:relative;
top:-617px;
left:553px;
width:174px;
height:80%;
border:1px solid #230023;
background-color:rgba(35,0,35,0.4);
margin-bottom:4px;
text-align:left;
}

.container{
width:100%;
height:300px;
padding:2px;}

#footer{
position:relative;
left:47.5%;
top:-90%;
}


h1{
text-align:center;
font-size:14px;
line-height:30px;
font-family:times;
font-style:bold;
display:block;
border-bottom:1px solid #a481b0;
letter-spacing:2px;
margin: -2px 0px 0px -4px;
background:url('https://files.catbox.moe/bd9ib1.jpg');
}

a{
color:#fff;
background:#000;
text-decoration:none;
font-style:italic;
}

a:hover{
background:rgb(35,0,35);
}