body, html {
    height: 100%;
}

.bg {
    background-color: black;
    min-height: 100%;
}

.plyinp {
    display: inline-block;
    width: 50%;
    vertical-align: middle;
}

i {
    letter-spacing: 0px;
    font-size: 14px;
}

.content {
    width: 95%;
    padding: 25px !important;
    max-width: 500px;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

form {
    margin: 0px;
}

.ft {
    position: fixed;
    bottom: 0;
    width: 100%;
    line-height: 0;
}

.chlg {
    font-size: 22px;
}

h1 {
    font-weight: bold;
    color: #FF652E;
}

h2 {
    color: white;
}

#errormsg {
    margin: 0;
}

.plybtns {
    margin: 1px;
    padding: 5px;
}

th, tr {
    vertical-align: middle!important;
    padding: 0!important;
}

.qbtn {
    padding: 0 5px;
    margin: 0;
    line-height: 0;
    font-weight: bold;
    position: absolute;
    right: 5px;
    top: 5px;
    border-radius: 15px;
}

.by-who {
    font-size: 14px;
    margin: -10px 0;
}

.kofi {
    display: block;
    max-width: 50%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 15px;
}

.game-support {
    .kofi {
        margin-top: -30px;
        position: relative;
    }
    margin-top: 15px;
}

.content {
    top: 46%!important;
    border: 2px solid #FF652E;
}

@media (max-width: 414px) {
    h1 {
        font-size: 30px;
    }
}

[name="submit"] {
    display: block;
    margin: 16px auto !important;
}

[name="addplayer"], [name="names"] {
    margin-bottom: 10px;
}