.one {
  background-color: teal;
  position: absolute;
  top: 50px;
  left: 50px;
  width: 200px;
  height: 100px;
}

.two {
  background-color: red;
  position: absolute;
  top: 175px;
  left: 50px;
  width: 600px;
  height: 30px;
}

.three {
  background-color: blue;
  position: absolute;
  top: 50px;
  left: 300px;
  width: 300px;
  height: 40px;
}

.four {
  background-color: green;
  position: absolute;
  top: 115px;
  left: 325px;
  width: 225px;
  height: 50px;
}

.five {
  margin-top: 220px;
  margin-left: 40px;
  width: 300px;
  height: 150px;
  background-color: purple;
}
