
body {
background-image: url("planet-background.png");
background-repeat: repeat;
background-size: 50%;
background-color: #b2a28d;
}
 
#all{
width: 450px;
margin: 0 auto;
}
 
img{
opacity: 0.9;
}
 
#header{
width: 460px;
margin: 15px 0px 7px 0px;
}

#text{
margin: 0px;
font-size: 18px;
}

h1{
font-family: "VictorMono";
text-align: center;
font-size: 45px;
font-weight: normal;
color: #fff;
margin: 0;
}
 
#nav{
background-color: #fff;
width: 460px;
margin-bottom: 10px;
border-radius: 2px;
font-size: 18px;
}
 
ul{
text-align: center;
padding: 0px;
margin: 0px;
}
 
li{
list-style-type: none;
display: inline;
padding-left: 5px;
}
 
a{
text-decoration: none;
color: #000;
}
 
a:visited{
color: #000;
}
 
a:hover{
font-style: italic;
font-weight: bold;
}
 
a:active{
font-style: italic;
font-weight: bold;
}

#main{
background-color: #fff;
width: 430px;
margin: auto;
padding: 15px;
text-align: justify;
border-radius: 2px;
}
 
::-webkit-scrollbar{
width: 6px; 
}
 
::-webkit-scrollbar-track{
background-color: #1a1c16;
}
 
::-webkit-scrollbar-thumb{
background-color: #fff;
}
 
#credit{
font-size: 12px;
position: fixed;
bottom: 0;
right: 0;
}
 
#credit a{
text-decoration: none;
color: #000;
}
 
#credit a:visited{
color: #000;
}
 
#credit a:hover{
font-style: italic;
font-weight: bold;
}
 
#credit a:active{
font-style: italic;
font-weight: bold;
}
