.cover{
    /*background-image: url("../img/MMVSS cover.png");*/
    background: url("../img/MMVSS cover.webp") no-repeat center center / cover;
    height: 580px;
}

img.thumbnail{
    width: 200px;
    /*height: 250px;*/
}

.thumbnail_box{
    display: grid;
    /*justify-content: center;*/
    /*align-items: center;*/
    place-items: center;
    height: 250px;
}

div.dark_glass{
    background-color: rgba(0,0,0,0.1);
    backdrop-filter: blur(2px); /* This is for the blur effect. 磨玻璃效果 */
    border-radius: 10px;
    /*box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);*/
    padding: 3em;
}

div.dark_glass h1{
    font-size: 3.5rem;
    /*font-weight: 300;*/
    /*line-height: 1.2;*/
}

.thumbnail_box:hover{
    background-color: rgba(0,0,0,0.5);
    cursor: pointer;
}

.text-stroke{
    -webkit-text-stroke: 1px black;
    text-shadow: 3px 3px 5px black;
}