* {
    -webkit-tap-highlight-color: transparent;
}

::-webkit-scrollbar {
    width: 0;
}

a:hover, a:link, a:active, a:visited {
    text-decoration: none;
}

html {
    width: 100%;
    height: 100%;
}

body {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: Arial, "PingFang SC", "DengXian", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
img,
dl,
dt,
dd,
a,
input,
table,
tr,
td {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 12px;
    font-weight: normal;
    list-style-type: none;
    text-decoration: none;
    outline: none;
}

.randomDynamics{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
}
.randomDynamics-js-canvas-el {
    margin-top: -10px;
    z-index: 200;
    position: relative;
}
.slogan {
    position: relative;
    margin-top: -30px;
}

.slogan p {
    margin: 0;
    color: #ffffff;
}

.footer {
    position: absolute;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

.footer p {
    margin: 0;
    color: #ffffff;
    font-size: 14px;
}

.footer a {
    color: #ffffff;
}