.YouHold {
    display: flex;
    margin: 0 auto;
    align-content: center;
    max-width: 640px;
    height: auto;
    aspect-ratio: 4/3;
    margin-bottom: 20px;
    height: min-content;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.YouBase {
    position: relative;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.YouT {
    position: absolute;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}

.YouB {
    position: absolute;
    border-radius: 10px;
    width: 100%;
    height: 100%;
    background-image: url("https://media.istockphoto.com/id/170045025/photo/texture-of-ice-xxxl.jpg?s=612x612&w=0&k=20&c=uKRvHRA4kAREFkEEspexiA5ns3FRB3rQEWOtyj6SzaY=");
    background-size: cover;
    opacity: 40%;
}