/* {
    border: 1px solid red;
    font-family: "Bitcount Single"
} */

nav {
    text-align: center;
}

.left-nav {
    display: inline-block;
    width: 49%;
    text-align: left;
}

#h1nav {
    margin-left: 20px;
    font-family: "Bitcount Single"
}

.right-nav {
    display: inline-block;
    width: 49%;
    text-align: right;
    font-family: "Bitcount Single"
}

#pdiv {
    margin-right: 0px;
}

.pnav {
    display: inline-block;
    margin-right: 20px;
}

hr {
    border: none;
    border-top: 3px dotted white;
    height: 0;
}

.nav-link {
    text-decoration: none;
    color: white;
}

h1 {
    color: green;
    font-family: "Bitcount Single";
    font-weight: 450;
}

div {
    color: white;
}

#gamespace {
    width: 100px;
    display: inline;
    text-align: center;
}

#welcome{
    width: 100px;
    display: inline;
    text-align: center;
}

.scroll {
    padding-top: 50px;
}

body {
    background: black;
}

.row {
    height: 57px;
}

.box {
    width: 50px;
    height: 50px;
    border: 2px solid #3d3d3d;
    display: inline-block;
    border-radius: 5px;
    background-color: black;
}

.btn {
    margin-top: 20px;
    height: 40px;
    width: 165px;
    color: green;
    background-color: black;
    border: 2px solid green;
    border-radius: 5px;
    font-family: "Bitcount Single";
    font-size: 25px;
}

.btn:hover {
    color: black;
    background-color: green;
    border: 2px solid green;
}

.header {
    display: inline-block;
    color: white;
    width: 110px;
    font-family: "Bitcount Single";
    font-weight: 350;
}

.hidden {
    display: none;
}

P {
    color: white;
    font-family: "Bitcount Single"
}

p.head {
    display: inline-block;
    font-family: "Bitcount Single"
}

.navbuttoncards {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    width: 350px;
    height: 475px;
    background-color: black;
    border: 3px dotted green;
    border-radius: 5px;
}

.resultsheading {
    text-align: center;
    color: white;
    font-size: 25px;
    margin-top: 20px;
    margin-bottom: 25px;
    margin-left: auto;
    margin-right: auto;
    font-family: "Bitcount Single";
    font-weight: 350;
}

.cluename {
    color: white;
    display: inline-block;
    margin-right: 15px;
    margin-top: 3px;
    margin-left: 15px;
    font-family: "Bitcount Single";
}

.graphcontainer {
    /*background-color: white;*/
    height: 25px;
    width: 100px;
    color: red;
    display: inline-block;
}

.graph {
    display: flex;
    height: 25px;
    min-width: 15px;
    max-width: 100px;
    background-color: white;
    justify-content: right;
    align-items: center;
    border-radius: 3px;
}

.cluetotal {
    color: #0c2644;
    margin-right: 2px;
    font-family: "Bitcount Single";
}

.scoreBox {
    display: flex;
    align-content: center;
    height: 50px;
}

.howto {
    margin-left: 25px;
    margin-right: 25px;
    font-family: "Bitcount Single";
    font-weight: 350;
}

h4.howto {
    text-align: center;
    margin-top: 50px;
}

#goodLuck {
    text-align: center;
}

.x {
    height: 0;
    display: block;
    align: right;
    margin-top: 0px;
    margin-left: 3px;
    font-family: "Bitcount Single";
}

#xOut {
    height: 0;
}

.bitcount-single {
  font-family: "Bitcount Single", system-ui;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "slnt" 0,
    "CRSV" 0.5,
    "ELSH" 0,
    "ELXP" 0;
}
