@media(min-width:320px) {
    .loading-container {
        position: absolute;
        display: flex;
        margin-left: 15%;
    }
}

@media(min-width:480px) {
    .loading-container {
        position: absolute;
        display: flex;
        margin-left: 6%;
    }
}

@media(min-width:801px) {
    .loading-container {
        position: absolute;
        display: flex;
        margin-left: 3%;
    }
}

.loader {
    width: 70px;
    height: 70px;
    position: relative;
}

.loader::before,
.loader::after {
    content: '';
    position: absolute;
    height: inherit;
    width: inherit;
    border-radius: 50%;
    animation: rotate 1s infinite cubic-bezier(.77, 0, .175, 1);
}

.loader::before {
    background-color: red;
}

.loader::after {
    background-color: #10f;
    animation-delay: .5s;
}

@keyframes rotate {

    0%,
    100% {
        left: 95px;
    }

    25% {
        transform: scale(.3);
    }

    50% {
        left: 0;
    }

    75% {
        transform: scale(1);
    }
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

.container {
    align-items: center;
    display: flex;
    flex-direction: column;
}

img {
    padding-top: 3rem;
    width: 350px;
    height: auto;
}

h2 {
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

.container {
    min-height: 450px;
    height: 100vh;
    margin: 0;
    color: #fff;
    font-family: open sans, sans-serif;
}

html {
    background: url(https://i.postimg.cc/Ssjb5twP/background.jpg);
    background-repeat: repeat;
}

.leaderboard {
    width: 285px;
    height: 308px;
    background: linear-gradient(to bottom, #3a404d, #181c26);
    border-radius: 10px;
    box-shadow: 0 7px 30px rgb(62 9 11/30%);
}

.leaderboard h1 {
    font-size: 18px;
    color: #e1e1e1;
    padding: 12px 13px 18px;
}

.leaderboard h1 svg {
    width: 25px;
    height: 26px;
    position: relative;
    top: 17px;
    margin-right: 6px;
    vertical-align: baseline;
}

.leaderboard ol {
    counter-reset: leaderboard;
}

.leaderboard ol li {
    position: relative;
    z-index: 1;
    font-size: 14px;
    counter-increment: leaderboard;
    padding: 18px 10px 18px 50px;
    cursor: pointer;
    backface-visibility: hidden;
    transform: translateZ(0) scale(1, 1);
}

.leaderboard ol li::before {
    content: counter(leaderboard);
    position: absolute;
    z-index: 2;
    top: 15px;
    left: 15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    color: #c24448;
    background: #fff;
    border-radius: 20px;
    text-align: center;
}

.leaderboard ol li mark {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 18px 10px 18px 50px;
    margin: 0;
    background: 0 0;
    color: #c24448;
}

.leaderboard ol li mark::before,
.leaderboard ol li mark::after {
    content: '';
    position: absolute;
    z-index: 1;
    bottom: -11px;
    left: -9px;
    border-top: 10px solid #c24448;
    border-left: 10px solid transparent;
    transition: all .1s ease-in-out;
    opacity: 0;
}

li {
    list-style-type: none;
    content: '';
}

ol {
    padding: 0;
}

.leaderboard ol li mark::after {
    left: auto;
    right: -9px;
    border-left: none;
    border-right: 10px solid transparent;
}

.leaderboard ol li small {
    position: relative;
    z-index: 2;
    display: block;
    text-align: right;
    color: #c24448;
}

.leaderboard ol li::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: ##fbf7eb;
    box-shadow: 0 3px 0 rgba(0, 0, 0, .08);
    transition: all .3s ease-in-out;
    opacity: 0;
}

.leaderboard ol li:nth-child(1) {
    background: #fbf7eb;
}

.leaderboard ol li:nth-child(1)::after {
    background: #fbf7eb;
}

.leaderboard ol li:nth-child(2) {
    background: #f6efd7;
}

.leaderboard ol li:nth-child(2)::after {
    background: #f6efd7;
    box-shadow: 0 2px 0 rgba(0, 0, 0, .08);
}

.leaderboard ol li:nth-child(2) mark::before,
.leaderboard ol li:nth-child(2) mark::after {
    border-top: 6px solid #f6efd7;
    bottom: -7px;
}

.leaderboard ol li:nth-child(3) {
    background: #f2e7c3;
}

.leaderboard ol li:nth-child(3)::after {
    background: #f2e7c3;
    box-shadow: 0 1px 0 rgba(0, 0, 0, .11);
}

.leaderboard ol li:nth-child(3) mark::before,
.leaderboard ol li:nth-child(3) mark::after {
    border-top: 2px solid #f2e7c3;
    bottom: -3px;
}

.leaderboard ol li:nth-child(4) {
    background: #eedfaf;
}

.leaderboard ol li:nth-child(4)::after {
    background: #eedfaf;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
}

.leaderboard ol li:nth-child(4) mark::before,
.leaderboard ol li:nth-child(4) mark::after {
    top: -7px;
    bottom: auto;
    border-top: none;
    border-bottom: 6px solid #eedfaf;
}

.leaderboard ol li:nth-child(5) {
    background: #ead79b;
}

.leaderboard ol li:nth-child(5)::after {
    background: #ead79b;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
}

.leaderboard ol li:nth-child(5) mark::before,
.leaderboard ol li:nth-child(5) mark::after {
    top: -7px;
    bottom: auto;
    border-top: none;
    border-bottom: 6px solid #ead79b;
}

.leaderboard ol li:nth-child(6) {
    background: #e5cf87;
}

.leaderboard ol li:nth-child(6)::after {
    background: #e5cf87;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
}

.leaderboard ol li:nth-child(6) mark::before,
.leaderboard ol li:nth-child(6) mark::after {
    top: -7px;
    bottom: auto;
    border-top: none;
    border-bottom: 6px solid #e5cf87;
}

.leaderboard ol li:nth-child(7) {
    background: #e1c773;
}

.leaderboard ol li:nth-child(7)::after {
    background: #e1c773;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
}

.leaderboard ol li:nth-child(7) mark::before,
.leaderboard ol li:nth-child(7) mark::after {
    top: -7px;
    bottom: auto;
    border-top: none;
    border-bottom: 6px solid #e1c773;
}

.leaderboard ol li:nth-child(8) {
    background: #ddbf5f;
}

.leaderboard ol li:nth-child(8)::after {
    background: #ddbf5f;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
}

.leaderboard ol li:nth-child(8) mark::before,
.leaderboard ol li:nth-child(8) mark::after {
    top: -7px;
    bottom: auto;
    border-top: none;
    border-bottom: 6px solid #ddbf5f;
}

.leaderboard ol li:nth-child(9) {
    background: #d8b74b;
}

.leaderboard ol li:nth-child(9)::after {
    background: #d8b74b;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, .15);
}

.leaderboard ol li:nth-child(9) mark::before,
.leaderboard ol li:nth-child(9) mark::after {
    top: -7px;
    bottom: auto;
    border-top: none;
    border-bottom: 6px solid #d8b74b;
}

.leaderboard ol li:nth-child(10) {
    background: #ccad48;
    border-radius: 0 0 10px 10px;
}

.leaderboard ol li:nth-child(10)::after {
    background: #ccad48;
    box-shadow: 0 -2.5px 0 rgba(0, 0, 0, .12);
    border-radius: 0 0 10px 10px;
}

.leaderboard ol li:nth-child(10) mark::before,
.leaderboard ol li:nth-child(10) mark::after {
    top: -9px;
    bottom: auto;
    border-top: none;
    border-bottom: 8px solid #ccad48;
}

.leaderboard ol li:hover {
    z-index: 2;
    overflow: visible;
}

.leaderboard ol li:hover::after {
    opacity: 1;
    transform: scaleX(1.06) scaleY(1.03);
}

.leaderboard ol li:hover mark::before,
.leaderboard ol li:hover mark::after {
    opacity: 1;
    transition: all .35s ease-in-out;
}

.the-most {
    position: fixed;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 50vw;
    max-width: 200px;
    padding: 10px;
}

.the-most img {
    max-width: 100%;
}

h1,
h2 {
    text-align: center;
}