.title:hover::after {
    background-color: dimgray;
    content: attr(data-title);
    border-radius: 3px;
    padding: 5px;
    color: white;
}

