* {
    margin: 0;
    padding: 0;
}

html,
body {
    height: 100%;
}

.url-wrapper {
    margin: auto;
    width: 200px;
    height: 50px;
    border: 1px solid rgba(204,204,204,0.5);
}
.url-wrapper a {
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 50px;
    color: #fff;
}

/* 备案信息 */
.copyright-text,
.report-link,
.report-link-text,
.report-link-img {
    height: 20px;
    line-height: 20px;
}
.report-link {
    text-decoration: none;
}
.report-link:hover .report-link-text {
    --bs-text-opacity: 0.75;
    color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
    /* text-decoration: underline dotted; */
}

canvas {
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    background: #0e1729;
}
