.my-tmd{
    position: relative;
    background-image: url('https://images.unsplash.com/photo-1496450681664-3df85efbd29f?ixlib=rb-1.2.1&ixid=MnwxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8&auto=format&fit=crop&w=1470&q=80');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    max-width: 200px;
    margin: 0 auto;
    color: white;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.8);
    box-shadow: 0px 0px 15px rgba(0,0,0,0.5);
    border: solid 2px white;
    border-radius: 15px;
    font-size: 12px;
}
.my-tmd .element{
    display: flex;
    max-width: 100%;
    height: 100%;
    flex-direction: column;
    gap: 5px;
    padding: 10px;
    backdrop-filter: grayscale(50%);
}
.my-tmd .element>div{
    font-size: 12px;
    background-color: rgba(0,0,0,0.3);
    padding: 5px;
    font-weight: bold;
}
.my-tmd h2{
    font-weight: bold;
    font-size: 1.5em;
}
.my-tmd>div span{
    font-size: 15px;
    color: yellowgreen;
    backdrop-filter: blur(30px);
}