.square {
  width: 20px;
  height: 20px;
  position: absolute;
}

body > div {
  position: relative;
}

#button-box {
  position: relative;
  top: 350px;
}

button {
  width: 120px;
  padding: 5px;
  margin-left: 12px;
}

#apply {
  background: rgb(232, 36, 128);
}

#reset {
  background: rgb(250, 226, 14);
}
