
.shop{
border: solid 2px black;
top:60px;
background:while;
width:250px;
height:210px;
}
.shopbtn1{position:absolute;
font-size:32px;
color:fff;
background:blue;
width:150px;
height:40px;
border-radius: 10px;
border: solid 2px black;
top:20px;left:80px;}
.shopbtn1:hover{background:red;}
.shop1{position:absolute;top:10px;left:10px;}
.shopbtn2{position:absolute;
color:fff;
font-size:32px;
background:blue;
width:150px;
height:40px;
border-radius: 10px;
border: solid 2px black;
top:90px;left:80px;}
.shopbtn2:hover{background:red;}
.shop2{position:absolute;top:80px;left:10px;}
.shopbtn3{position:absolute;
color:fff;
font-size:32px;
background:blue;
width:200px;
height:40px;
border-radius: 10px;
border: solid 2px black;
top:160px;left:30px;}
.shopbtn3:hover{background:red;}
