body {
  background-color: #c4fff9;
}

h1 {
  color: #a090d0;
}

#box {
  width: 30px;
  height: 30px;
  background-color: blue;
  position: absolute;
}
