/* Board background & Mascot */
body {
  background: #EEF2FF;
  color: #000;
  background: url('https://i.imgur.com/wsIgCMf.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: 22pt;
position: absolute;
}