@import url('https://fonts.googleapis.com/css2?family=Kirang+Haerang&family=Kranky&display=swap');

* {
    font-family: "Kirang Haerang";
    font-size: 16px;
    color: white;
}
body {
    /*background: #201020;*/
    background: #050505;
}
h1 {
    font-size: 60px;
    margin-top: -8px;
    margin-bottom: -8px;
}
h2 {
    margin: 0px;
    margin-bottom: 8px;
    font-size: 20px;
}
p {
    font-size: 16px;
}
button {
    margin-top: 9px;
    border-radius: 4px;
    padding: 10px 40px;
    /*background: #150515;*/
    background: black;
}
.nomargin {
    margin: 0px;
}
.auth_field {
    align: inline;
}
input {
    width: 67px;
    padding: 3px 4px;
    border-radius: 5px;
    /*background: #150515;*/
    background: black;
}
.jork_num {
    font-size: 41px;
    margin-top: 9px;
    margin-bottom: -10px;
}
.selectable {
    user-select: text;
    -webkit-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
}
html, body {
    height: 94%;
    margin: 0;
}
body {
    display: flex;
    justify-content: center;
    align-items: center;
    letter-spacing: -0.02em;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}
a {
    text-decoration: underline dotted;
    text-decoration-color: inherit;
    /*color: inherit;*/
    color: #ee40ee;
}
.linkcolor {
    color: #ef66ef;
}
.sideBySide {
    display: flex;
    flex-direction: row;
    gap: 1.2rem;
}
.register,
.login {
    display: flex;
    flex-direction: column;
    align-items: center; 
}
.leaderboard_table {
    color: #ee40ee;
}
table tr {
    background: black;
}
table td, table th {
    font-size: 20px;
    color: #ef66ef;
}
.unjork {
    margin-top: 2px;
    border-radius: 2px;
    padding: 3px 8px;
    /*background: #150515;*/
    background: black;
    font-size: 8pt;
}
.jorkontrol {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.logs_container {
    margin-top: 10px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}
.log_para {
    width: 100%;
    background: #202020;
    border: 3px solid #ff66aa;
    border-radius: 6px;
    padding: 10px;
    color: #eee;
    display: flex;
    flex-direction: column;
}
#audio, #bgm {
    display: none;
}

