/* LISTA SIMPLE */
.simple-list {
    max-width: 800px;
}

.simple-list a {
    display: block;
    text-decoration: none;
    color: white;
    font-size: 18px;
    font-family: sans-serif;
}

/* quitar azul/morado */
.simple-list a:visited {
    color: white;
}

.simple-list a:hover {
    color: grey;
}

.simple-list a:active {
    color: white;
}
.total_games{
    font-size: 20px;
    font-family: cursive;
    color: yellow;
}
.tittles{
    color: red;
    font-size: 25px;
    font-weight: bold;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    text-shadow: 
        -1px -1px 0 black,  
        1px -1px 0 black,  
        -1px 1px 0 black,  
        1px 1px 0 black; /* Contorno negro */
    text-align: center;
}
.ad-container {
    width: 100%;
    max-width: 728px;
    margin: 10px auto;
    text-align: center;
}

@media (max-width: 768px) {
    .ad-container iframe {
        width: 100% !important;
        height: auto !important;
    }
}
