body {
    margin: 0;
    background-color: #222222;
    color: #ffffff;
    font-family: sans-serif;
    user-select: none;
    font-family: "Open Sans", sans-serif;
    touch-action: manipulation;
    font-size: 1.3em;
}

input,
select {
    font-size: 100%;
}

#logo {
    font-size: 48pt;
    font-family: "Comfortaa", sans-serif;
    width: 90%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 10%;
    margin-bottom: 40px;
}

.sliderControlContainer {
    margin-top: 10px;
    margin-bottom: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 170px;
}

.roundTimerInput label,
.gameLengthInput label {
    text-align: center;
    display: block;
}

.roundTimerInput,
.gameLengthInput {
    width: 243px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.roundTimerInput > input,
.gameLengthInput > input {
    margin-top: 5px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

#startGameButton {
    margin-top: 40px;
}

#gameMenu {
    margin-top: 20px;
}

#introScreen {
    padding-top: 10%;
    padding-bottom: 10%;
}

#introScreen > p {
    width: 80%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
    text-align: justify;
}

#timerContainer {
    width: 100%;
    height: 0%;
    position: absolute;
    bottom: 0;
    background-color: #444444;
    z-index: -1;
    transition: 0.25s;
    transition-timing-function: linear;
}

#word {
    width: 100%;
    height: 60px;
    margin-top: 60px;
    margin-bottom: 40px;
    font-size: 24pt;
    text-align: center;
}

#controlPanel {
    width: 195px;
    margin-left: auto;
    margin-right: auto;
}

.scoreboard {
    min-height: 100px;
}

.scoreboard > table {
    margin-left: auto;
    margin-right: auto;
    line-height: 22px;
}

.scoreboard .blueScore {
    color: rgb(68, 177, 255);
    font-weight: 600;
}
.scoreboard .redScore {
    color: #656565;
    font-weight: 600;
}

.scoreboard > div {
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.scoreboard h3 {
    width: 100%;
    text-align: center;
    margin-top: 40px;
}

.scoreboard td {
    padding-right: 10px;
}

.centeredHeader {
    width: 100%;
    text-align: center;
    font-size: 25pt;
    margin-top: 20px;
}
