@import "./resert.css";

.home {
    height: 300px;
}

.elem {
    position: absolute;
}

#roof {
    background-color: red;
    height: 93.3px;
    width: 200px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    border: crimson solid 6.7px;
}

#wall {
    background-color: saddlebrown;
    border: 6.7px solid rgb(84, 36, 2);
    height: 160px;
    width: 160px;
}

#window {
    height: 66.6px;
    width: 66.6px;
    background-color: lightblue;
    border: 4px groove rgba(0, 94, 255, 0.467);
}

#pipe {
    height: 55px;
    width: 20px;
    background-color: black;
    border: 4px solid rgb(65, 63, 63);
}