
#container {


  position: relative;
  width: 533px;
  height: 800px;
    margin: 0 auto;
  padding: 0px;
    overflow: hidden;
}

#rectangleBlack {
    width: 533px;
    height: 267px;
    background-color: black;
    position: absolute;
    bottom: 0;
}

.rect-container {
background-color: black;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
    position:absolute;
    right: 179px;
    bottom: 452px;
}

.rect {
  width: 34px;
  height: 163px;
  background-color: #DEB887;
  margin-right: 8px;
    
    
}

#squareBlack {
  width:177px;
  height: 177px;
  background-color: black;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 445px;
  margin-right: 179px; 
}
#rectangleRed1 {
  width: 533px;
  height: 129px;
  background-color: red;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-bottom: 0px;
  margin-right: 0px; 
}

  #squareRed {
    width:130px;
    height: 130px;
    background-color: red;
    position: absolute;
    bottom: 137px;
      left: 202px;
}

  #rectangleRed2 {
    width:194px;
    height: 130px;
    background-color: red;
    position: absolute;
    bottom: 137px;
      left: 0px;
}

#rectangleRed3 {
    width:193px;
    height: 130px;
    background-color: red;
    position: absolute;
    bottom: 137px;
    left: 340px;
}

