

a[data-lightbox] {
    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;
}


.mydesigns {
    display: flex;
    justify-content: space-around;
}
.mydesigns img {
    margin: 30px;
}

.mywebdesigns {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content:center;
    margin-top: 5em;
    border: 3px;
    border-color: cornsilk;
    padding: 10px;

}

.mywebdesigns p {
    margin-right: 3em;
    margin-left: 3em;
    text-align: center;
}

.albumtitle {
    border: 3px solid white;
    margin-top: 5em; 
}

.albumtitle h2 {
    
    justify-content: center;
    text-align: center;
}

