/* Board background & Mascot */
body {
  background: #EEF2FF;
  color: #000;
  background: url('https://media.8ch.net/file_store/4fbea938f11a804e6204033bd4d3adf6df70a2dce13086e6c6010929cb35a637.png'), #EEF2FF;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, fixed;
  background-position: right bottom, center;
  background-size: 15%, 15%;
}

/* Favorite Star */
#favorite-star {  
text-shadow: 1px 0 0 #6d0508, 0 -1px 0 #6d0508, 0 1px 0 #6d0508, -1px 0 0 #6d0508;
font-size: 0pt;
padding-left: 9px;
}

#favorite-star:before {
content: "卐";
font-size: 20pt;
position: absolute;
transform: rotate(-45deg);
}