a:visited {
    color: #0056b3;
}

a:link {
    color: #0056b3;
}

.rst-content div[class^=highlight] {
    margin: 0 !important;
}

.rst-content pre.literal-block {
    margin: 0 !important;
}

html {
    zoom: 100%;
}

body {
    transform-origin: top left;
    transition: transform 0.2s ease-in-out;
}

.fixed, .sticky {
    transform: scale(1);
}

