.housecube{
    height: 600px;
    width: 600px;
    background-color: #000000;
    position: relative;
    top: 10px;
    margin: 0 auto;
	justify-content: center;
	bottom: 5%;
    align-items: center;
  }
  body {
	background-color: #000000;
  }