    .lista-siguiendo {
        max-width: 800px;
        margin-top: 20px;
        margin: auto;
        background-color: rgba(169, 169, 169, 0.11);
        padding: 1rem;
        border-radius: 10px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }

    .lista-siguiendo h3 {
        font-size: 2rem;
        text-align: center;
        margin-bottom: 1rem;
        font-family: 'TekkenFont', sans-serif;
    }

    .siguiendo {
        display: flex;
        align-items: center;
        padding: 0.5rem 0;
        border-bottom: 1px solid #ddd;
    }

    .siguiendo:last-child {
        border-bottom: none;
    }

    .siguiendo img {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 20px;
    }

    .nombre {
        color: #B93636;
        font-family: 'TekkenNumber', sans-serif;
        font-size: 30px;
    
    }