#box1 {
background-color: #ac77ec;
margin: 10px;
padding: 10px;
height: 200px;
width: 200px;
}
#box2 {
background-color: #ff6666;
margin: 10px;
padding: 10px;
height: 200px;
width: 200px;
top: 50px;
left: 50px;
position: relative;
}