*{
    box-sizing: border-box;
}

body{
    background-color: skyblue;
    overflow-y: hidden;
}

.homebutton{
    background-color: white;
    position:fixed;
    width:20%;
    height:20%;
    top:50px;
    left:50px;
}

.buildingbody{
    position:fixed;
    background:grey;
    height:120vh;
    width:60%;
    left:300px;
    top:-30px;
    display: flex;

}

.half{
    /* border:2px solid; */
    width: 100%;
    height:100%;
    display:flex;
    flex-direction: column;
    align-items:center ;
    gap:30px;
}

.window{
    border:5px solid;
    background: whitesmoke;
    height:20%;
    width:20%;
}