

body {
  font-family: "Lato", sans-serif;
  color: #bcc8c9; /*text color*/
  font-size: 15px;
  margin: 0; /*no touch*/
  background: #4b2920;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  Background-image: url("/characters/assets/SHRKON_bg.png");
  
}

/*box styles*/
.box,
.sbox {
padding: 8px; /*no touch*/
  background-color: #1c1a31de;
  border: 1px solid #000000;
box-shadow: #0a071891 4px 4px;
}



/*------------------------------------ link and other styling --------------------------------------*/
 a:link {

  color: #aa6755;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

 a:hover {
  color: white;
  text-shadow: 0 0 1px white;
}

 a:visited {
  color: #aa6755;
  text-shadow: 0 0 1px white;
}

strong {
  color: #C7E6EC;
}
/*------------------------------------ img --------------------------------------*/
.outline{
  border: double 3px #5fc2b3;;
}
/*------------------------------------ list --------------------------------------*/
ul {
  list-style-image: url('/characters/assets/SHRKON_bullet.png');
}
/*------------------------------------ headers --------------------------------------*/



h2,
h3 {

  text-align: center;
  font-family: "DejaVuSerifBold", serif;
  color: #ffffff;
  margin: -8px -8px  8px;
  padding: 0px 30px;
  background: #494356;
  border: solid 1px #C7E6EC;
  text-shadow: #292238 2px 2px 0px;

  
}


h1 {
  color: #C7E6EC;
  text-align: center;
  font-family: "JMH Beda", serif;
  margin: -8px;
  font-size: 45px;
  text-shadow: #100d18 4px 4px 0px;
  

}

hr {
  height: 30px;
  margin: -8px -8px  8px;
  background: #4e2b21 ;
  border: solid 1px #000000;
  text-shadow: #100c1a 2px 2px 0px;
  background-image: url(https://117.zone/world/assets/LEO_bg3.png);
}