@import url(black.css);

:root {
    --r-main-color: #fff;
}

body:after {
    content: ' ';
    position: fixed;
    top: 1em;
    right: 1em;
    width: 6em;
    height: 8em;
    background: url(/img/android/androidStandart.png);
    background-size: 6em;
    background-repeat: no-repeat;
    background-position: 50% 50%;
}
