﻿.images {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
}

.image {
    position: absolute;
    top: 15px;
    left: 5px;
    z-index: 2;
    border-radius:50%;
    height:100px;
    width:100px
    
}
