/*
Source - https://stackoverflow.com/a/1997397
Posted by rrichter, modified by community. See post 'Timeline' for change history
Retrieved 2026-03-20, License - CC BY-SA 4.0
*/

body {
    background-color: aquamarine;
    padding: 0;
    margin: 0;
}
.background {
    position: absolute;
    width: 101%;
}
.Bunny {
  position: relative;
  top: 23rem;
  left: 35rem;
}

.pieces {
  position: absolute;
  top: 30px;
  left: 30px;
}


/* (\|)
   (`~`)
*(     )
 vv  uu
*/
