.frame img {
    max-width: 20%;
    height: 20%;
    border: 2px solid #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.images {
    display: flex;
    vertical-align:bottom;
}

.text {
    text-align: center;
    padding-left: 3%;
    padding-right: 3%;
}

.centered {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}


