#notfound {
    margin: auto;
    width: 300px;
    align-items: center;
    text-align: center;
}
#nfgirl {
    width: 250px;
}
.tooltip {
    position: relative;
    display: inline-block;
}
.tooltip .tooltiptext {
    visibility: hidden;
    width: 120px;
    background-color: #ffb3ea;
    color: #fff;
    text-align: center;
    padding: 5px 0;
    border-radius: 6px;
    position: absolute;
    top: -5px;
    left: 105%;
}
.tooltip:hover .tooltiptext {
    visibility: visible;
}
#notfound a {
    color: hotpink;
}