
a[data-lioghtbox] {
    display: inline-block;
    border: 3px solid transparent;
    transition: all .6s ease-in-out;
}

a[data-lightbox]:hover {
    transform: scale(1.50);
}

img {
    max-height: 300px;
    max-width: 300px;
}

section {
    position: absolute;
    right: 0;
    top: 10px;
    color: white;
    font-family: century gothic;
}


section h1 {
    font-size: 25px;
    text-align: center;
    padding-right: 90px;
    background-color: green;
    border-bottom: 5px solid black;
    text-transform: uppercase;
}

.myillustrations {
    display: flex;
    justify-content: space-around;
}
.myillustrations img {
    margin: 30px;
}

