.footer {
    position: relative;
    width: 100%;
    padding: 20px 0 20px 0;
    line-height: 30px;
    user-select: none;

    border-top: 5px solid rgba(189, 189, 189, 0.1);

    font-weight: bold;

    color: rgb(255, 255, 255);
    background: linear-gradient(35deg, rgba(87, 87, 87, 0.5), rgba(37, 37, 37, 0.5));
    backdrop-filter: blur(10px);

    z-index: 5;
}

#creator {
    color: rgb(92, 168, 255);
}