
.img-project {
    display: inline-block;
    position: relative;
    box-shadow: 4px 4px 8px 2px #002222, 0px 0px #002222;
    border: 2px solid #002222;
    padding: 2px;
    margin: 32px;
}

.img-project:hover {
    box-shadow: 0px 0px 8px 4px #00008b;
    border: 2px solid #00008b;
}

img.effect {
    opacity: 0.64;
    filter: blur(1px) brightness(48%);
}

a.label {
    position: absolute;
    top: 56%;
    left: 0px;
    width: 100%;
    background-color: #112288;

    font-size: 1.4em;
    font-weight: 500;
    color: #add8e6;
    line-height: 48px;
}

a.label:hover {
    color: #4682b4;
}