body { padding: 20px; }

.box {
  background-color: PapayaWhip;
  height: 100px;
  width: 100px;
  position: relative;
  top: 30px;
  left: 5px;
}