div{
    height: 200px;
    width: 200px;
    background-color: green;
    margin: 10px;
}

.hide{
    opacity: 0.5;
    background-color: rgba(0, 255, 0, 0.5);
}

.youtube-link{
    color: blue;
    text-decoration-line: none;
}