.text-container{
max-width:500px;
margin:auto;
  position:relative;
  background:none;
}
.home{
max-width:100%;
margin:auto;
  position:relative;
}
.main{
background:darkred;
  color:white;
  padding:10px
}

.roof{
width:100%;
  height:100px;
background:darkred;
clip-path:polygon(0 100%, 50% 0, 100% 100%);
}

.door{
	height:140px;
  width:100px;
  margin:auto;
  background:white;
}
.window{
  position:absolute;
	height:70px;
  width:calc(50% - 130px);
  margin: 0 20px;
  background:white;

}