html,
body {
    background: none !important
}

* {
    box-sizing: border-box
}

.copyright {
    position: fixed;
    left: 0;
    right: 0;
    bottom: .9375vw;
    text-align: center;
    font-size: .625vw;
    color: #272727;
}