.outer {
   width: 100px;
   height: 100px;
   background-color: burlywood;
   position: relative;
   /* top: 20px; */
   
}

.inner {
    
}