body {
   /* color: #805C80; */
   background-image: url(/img/bgs/chaoscapital.png);
   background-repeat: no-repeat;
   background-attachment: fixed;
   background-size: cover;

}

#rightContainer,
#leftContainer {
    background-color: #6db1cc;
}

#centerHeader {

    background-color: #98dbe7; 


}

#centerHeader a {

    color: #000000; 

}

#footer {
    background-color: #98dbe7; 

}

#centerContainer {
    background-color: #89d0e8; 
}

.pagesLinks,
.sideBoxContent {
   /* border: 2px dotted #805C80;*/
    background-color: #98dbe7; 
}

.pagesLinks a,
.sideBoxContent a {
   /* color: #805C80; */
}


li {
    list-style-position: inside;
}


#discordimg {
  margin-left:-40px; 
  shape-outside: ellipse(130px 260px at 50% 60%);
  width:300px;
}

/* MOBILE SAFE */

@media only screen and (max-width: 1000px) {
  #discordimg {
  margin-left:0px; 
  shape-outside: ellipse(210px 300px at 30% 60%);
}
}


@media only screen and (max-width: 600px) {
  #discordimg {
  width: 200px;
  margin-left:-20px; 
  padding: 1px;
  shape-outside: ellipse(130px 140px at 30% 60%);
}
}

@media only screen and (max-width: 350px) {
  #discordimg {
float: none;
margin: auto;
}
}