:root {
    --primary-bgc: #2C93FF;
    --banner-bgc: #2C93FF;

    --inner-width: 1200px;

    --footer-bgc: #f2f2f2;
    --footer-height: 58px;
    --footer-line-height: 58px;

    --footer-link-color: #666666;
    --footer-link-font-size: 12px;
}

body,
html {
    font-family: "-apple-system", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    /* background-color: #080708; */
    margin: 0px;
    padding: 0px;
}

img {
    display: block;
    /* width: 100%; */
}

a {
    color: white;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 8px;
    padding: 0;
}

a:hover {
    color: #fff;
    text-decoration: none;
}

ul {
    padding: 0;
    margin-bottom: 0;
}

li {
    list-style: none;
}

input:focus,
textarea:focus,
button:focus {
    outline: none;
}

p {
    margin-bottom: 0;
}