body{
background-image: url('https://corvusluna.neocities.org/image/purple.jpg');
background-repeat: repeat;
background-size: 30%;
background-color: #e3d1ee;
color: #44394a;
}
 
#all{
 width: 100%; 
  max-width: 1200px; 
  margin: 0 auto; 
  }
 
#left{
width: 65%; 
float: left;
}
 
#right{
width: 300px;
  position: fixed;
  right: 0;
}
 
#leftheader{
width: 95%;
height: 397px;
background-image: url('https://corvusluna.neocities.org/image/home.png');
background-size: 40%;
background-repeat: no-repeat;
position: relative;
}
 
#lefttitle{
text-align: right;
position: absolute;
bottom: 0px;
right: 0px;
}
 
#lefttitle h1{
margin: 0px;
color: #fff;
font-weight: normal;
font-size: 36px;
font-family: 'Orelega One', serif;
}
 
#righttitle{
text-align: right;
}
 
#righttitle h1{
margin: 0px;
color: #fff;
font-weight: normal;
font-family: 'Orelega One', serif;
}
 
#leftcontent{
padding: 15px;
background-color: #fff;
border-radius: 10px;
font-size: 12px;
text-align: justify;
font-family: 'Roboto Slab', serif;
}
 
#leftcontent h2{
margin: 0px;
text-align: left;
font-weight: normal;
font-size: 12px;
text-transform: uppercase;
color: #c0b1c9;
}
 
#rightcontent{
padding: 15px;
background-color: #fff;
border-radius: 10px;
text-align: center;
font-size: 12px;
font-family: 'Roboto Slab', serif;
}
 
#rightcontent h2{
text-transform: uppercase;
font-weight: normal;
font-size: 12px;
margin: 0px;
text-align: right;
color: #b89aaa;
border-bottom: 2px dotted #b89aaa;
}
 
#rightcontent p{
text-align: justify;
}
 
#rightcontent ul{
margin: 4px;
}
 
#rightcontent ul, li{
list-style-type: none;
padding-left: 0px;
letter-spacing: 1px;
text-transform: uppercase;
}
 
a{
text-decoration: none;
color: #FF006F;
}
 
a:hover{
color: #b89aaa;
}
 
#credit a{
color: #b89aaa;
}
 
#credit a:hover{
color: #FF006F;
}
 
::-webkit-scrollbar{
width: 8px; 
}
 
::-webkit-scrollbar-track{
background-color: transparent;
}
 
::-webkit-scrollbar-thumb{
background-color: #b89aaa;  
}
 
#credit{
font-size: 13px;
position: fixed;
bottom: 0;
right: 0;
font-family: 'Garamond', serif;
}
 