/* Background color + image */

body {
  background-color: rgb(178, 221, 228);
}

#Logo {
  background-image: url(BABB_Logo_Dunkelrot_s.png);
}

