#land {
background-color: green;

width: 500px;

height: 900px;

}


#house1 {

width: 50px;

height: 100px;

background-color: brown;


}

#shop1 {

background-color: white;

width: 50px;

height: 50px;

}

#attackerattribute1 {

background-color: aqua;

height: 10px;

width: 10px;

}

#attacker1 {

position: absolute;

top: 325px;

left: 250px;

}

#data {

left: 550px;
top: 65px;

position: absolute;

}

#shop-data-outline1 {
height: 70px;
width: 100px;
background-color: #FFCCCB;
}

#button-1 {
position: absolute;

top: 250px;

left: 550px;
}

#heading5 {
font-weight: normal;
}