.item.selfie img{
    border-radius: 15px;
    border: 5px double black;
    height: 200px;
    width: 600px;
}
.item.gts img{
    border-radius: 15px;
    border: 3px solid black;
    height: 200px;
    width: 600px;
}
.item.lap img{
    border-radius: 15px;
    border: 3px dashed black;
    height: 200px;
    width: 600px;
}
