body {
    background: url(../images/wp.jpg) fixed;
    background-size: cover;
    background-color: black;
    font-family:'Courier New', Courier, monospace
}

.pageContainer {
    width:980px;
    margin:auto;
    padding:0px;
    min-height:930px;
    color: white;
    border: white solid 5px;
    border-radius:10px;
    background-color: rgba(255, 255, 255, 0.4);
    overflow:hidden;
}

.header {
    width: 950px;
    margin:5px;
    padding: 5px;
    color: white;
    border: blue dotted 5px;
    height:80px;
    background-color:rgb(100,149,237, 0.9);
    border-radius: 10px;
    text-align:right;
}
.nav {
    width: 160px;
    margin: 5px 5px 5px 10px;
    padding: 10px;
    color: white;
    border: blue dotted 5px;
     /*790px*/
    background-color:rgb(100,149,237, 0.9);
    border-radius: 10px;
    z-index:301;
}
.nav1{
    width: 180px;
    margin: 5px 5px 5px 10px;
    padding:0px;
    color: white;
    border: blue dotted 5px;
    background-color:rgb(100,149,237, 0.9);
    border-radius: 10px;
}
h3{
    color:navy;
}

a:link, a:visited {
    color:midnightblue;
    background-color: none;
    text-decoration:none;
}

a:active{
    color: blueviolet;
    background-color: none;
    text-decoration:none;
}
a:hover{
    color:fuchsia;
    background-color:none;
    text-decoration:none;
}
.main{
    width: 740px;
    margin:5px;
    padding: 3px 5px 3px 5px;
    color: white;
    border: blue dotted 5px;
    min-height:870px;
    background-color:rgb(100,149,237, 0.9);
    border-radius: 10px;
    overflow:visible;
}
.wiki{
    width:200px;
    position:absolute;
    top:20px;
    left:10px;

}

.deco{
    width:120px;
    margin-left:40px;
}/*
    position: absolute;
    z-index:300;
    top:820px;
    left:800px;
}
*/
.leftContainer {
    width: calc(100% - 205px);
    margin: 0px;
    padding:0px;
    background-color: none;
    float:left;
    text-align: right;
    min-height:800px;
}

.rightContainer {
    width:205px;
    margin:0px;
    padding:0px;
    background-color: none;
    float:right;
}
.shoutout {
    width:530px;
    height:100px;
    padding:5px;
    border: none;
    background-color:none;
    float:right;
}

.rightinleft {
    float:right;
    margin:0px;
    padding:0px;
    width:300px;
    min-height:500px;
}
.leftinleft {
    background-color:none;
    float:left;
    margin:0px;
    padding:0px;
    width: calc(100% - 300px);
}
.socials, .warning, .zoomies, .to-do {
    margin: 5px;
    padding: 5px;
    background-color:royalblue;
    border-radius: 10px;
    border: white dotted;
    text-align:left;
}
.updates{
    margin: 5px;
    padding: 5px;
    background-color:royalblue;
    border-radius: 10px;
    border: white dotted;
    text-align:left;
    height:200px;
    overflow-y:scroll;
    overflow-x:hidden;
    scrollbar-color:darkblue cornflowerblue;
    scrollbar-width:thin;
}
.news {
    margin: 5px;
    padding: 0px;
    background: url(../images/silver.jpg);
    background-size:cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    border: white dotted;
    text-align: center;
}

.greet {
    float:right;
    text-align:right;
    width:100%;
}
.paragraphs {
    text-align:justify;
    width:100%
}
.quotes {
    margin: 5px;
    padding: 5px;
    background-color:royalblue;
    border-radius: 10px;
    border: white dotted;
    text-align:left;
}
.back {
    width:200px;
    float:right;
}
.backtext {
    float:left;
    margin-top: 20px;
    margin-left: 10px;
}
.cont1 {
    float:left;
    text-align: left;
    width:190px;
}
.cont2 {
    float:left;
    text-align: left;
    width:180px;
}
.cont3 {
    float:left;
    text-align: left;
    width:180px;
}
.movie, .game {
    margin: 5px;
    padding: 5px;
    background-color:royalblue;
    border-radius: 10px;
    border: white dotted;
    text-align:center;
    width:160px
}
.artist{
    margin: 5px;
    padding: 5px;
    background-color:royalblue;
    border-radius: 10px;
    border: white dotted;
    text-align:center;
    float:right;
}
