.abuelitos-stats {
    margin: 20px;
    padding: 20px;
    border: 1px solid #ccc;
    background-color: #f9f9f9;
    font-family: Arial, sans-serif;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.abuelitos-stats h2 {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: center;
}

.abuelitos-stats h3 {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    text-align: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.abuelitos-stats table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    background-color: #fff;
}

.abuelitos-stats table th, .abuelitos-stats table td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}

.abuelitos-stats table th {
    background-color: #f1f1f1;
    font-weight: bold;
}

.abuelitos-stats table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.abuelitos-stats p {
    margin-top: 10px;
    font-size: 16px;
    color: #333;
}

.feed-button {
    display: block;
    width: 100%;
    text-align: center;
    padding: 10px;
    background-color: #0073aa;
    color: white;
    text-decoration: none;
    font-size: 16px;
    margin-top: 20px;
    border-radius: 5px;
}

.feed-button:hover {
    background-color: #005177;
}

   
