.docsify-edit-link {
    text-align: left !important;
}
.docsify-edit-link a {
    text-decoration: none !important;
}

img[src*='#center'] { 
    display: block;
    margin: auto;
    width: 50%;
}

img[src*='#white'] { 
    filter: brightness(0) invert(1);
}

img[src*='#crop'] { 
    width: 300px;
    height: 100px;
    background-size: cover;
    background-position: center;
}

    