.textbox {
    background-color: rgba(50, 49, 49, 0);
    ;
    color:rgba(234, 234, 234, 0.817);
    border-radius: 0 0 5px 5px;
    transition: background-color 0.2s ease;
}

.textbox:hover {
    background-color: rgba(50, 49, 49, 0.769);
        ;
    color: antiquewhite
}

.textbox-btn {
    background-color: rgba(195, 49, 46, 0.799);
    color: #f7f7f7e0;
    font-weight: bold;
    font-size: 15px;
    display: block;
    margin-left: auto;
    ;
    border-radius: 5px;
    padding: 6px 14px;
    transition: box-shadow 0.3s ease;
}

.textbox:hover .textbox-btn {
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.285), 0 0 15px rgba(216, 216, 216, 0.344);
}

.picbox {

    background-color: rgba(140, 141, 140, 0);
    width: 100%;
    height: 100%;
    transition: background-color 0.3s ease;

}

.picbox:hover {

    background-color: #a3a3a400;

}

.pic-play {
    color: rgba(248, 248, 248, 0.69);
    position: absolute;
    font-size: 50px;
    bottom: 12px;
    left: 19px;
    transition: transform 0.3s ease;
}

.picbox:hover .pic-play {
    color: rgba(248, 248, 248, 0.927);
    transform: scale(1.2)
}
.hover-glow:hover{
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.565), 0 0 20px rgba(216, 216, 216, 0.582);
}
