html {
height: 100%;
}
body {
background: black center url(https://s3-us-west-2.amazonaws.com/s.cdpn.io/69732/house-mri.jpg) no-repeat;
color: white;
height: 100%;
}
.house {
display: block;
line-height: 1;
font-family: futura;
font-size: 10vw;
position: absolute;
text-align: center;
text-transform: uppercase;
top: 50%;
transform: translateY(-50%);
width: 100%;
}
.house > * {
border-style: solid;
display: inline-block;
padding: .25vw;
vertical-align: bottom;
}
.h {
border-width: .1em;
width: 1em;
}
.ouse {
border-width: 0 0 .1em;
padding-left: 0;
padding-right: 0;
}
.ouse > * {
display: inline-block;
width: 1em;
}