/* Board background & Mascot */
body {
  background: #EEF2FF;
  color: #000;
  background: url('https://i.imgur.com/yus6cYS.png'), #EEF2FF;
  background-repeat: no-repeat, repeat;
  background-attachment: fixed, fixed;
  background-position: right bottom, center;
  background-size: 20%, 10%;
}