@font-face {font-family: "SDK_SC_Web 85W"; src: url("zh-cn.ttf") format("truetype");}

html {
    background-color: #000000;
}

* {
    text-align: center;
    margin: 0 auto;
    font-family: "SDK_SC_Web 85W", sans-serif;
}

.btn {
    border-radius: 8px;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 20px;
}

.btn:hover {
    cursor: pointer;
}

.blurple {
    background-color: #5865F2;
    color: white;
}

.blurple:hover {
    background-color: #434db4;
    color: #b7b7b7;
}

.gray {
    background-color: #97A9B4;
    color: white;
}

.gray:hover {
    background-color: #5e6970;
    color: #b7b7b7;
}

.banner-cont {
    padding: 120px 60px;
    justify-content: center;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    width: 100%;
    max-width: 1100px;
    height: auto;
    background-size: auto;
    background-position: 50% 50%;
    background-image: url("elements.gif");
}

.btn-cont {
    padding-top: 60px;
}

.title {
    color: white;
    font-size: 4em;
}

.subtext {
    color: white;
    font-size: 1.2em;
}

.dev-cont {
    padding-top: 20px;
}

.dev-title {
    color: white;
}

#tenicon {
    vertical-align: text-top;
    margin-top: -3px;
}

.dc-link {
    text-decoration: none;
    color: white;
}

