body {
    background-color: #1b1f20;
    color: white;
}

caption {
    background-color: rgb(0, 0, 0);
    color: #fdb002;
}

.textW {
    color: #ffffff;
}

.textY {
    color: #fdb002;
}

.gameButton {
    width: 140px;
}

#toast {
    opacity: 1;
    transition: opacity 2s;
}

#toast.fade {
    opacity: 0;
}

.progressBar {
    background: linear-gradient(to right, rgba(253, 176, 2, 0.8) 50%, #1b1f20 0%);
    background-size: 200%;
    background-position: 0%;
    transition: background-position 1s;
}

.twitter {
    text-align: center;
}

.scrollY {
    height: 300px;
    overflow-y: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.scrollX {
    height: 50px;
    overflow-x: auto;
    margin-top: 0px;
    margin-bottom: 0px;
}

.hex {
    width: 150px;
}

div {
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

table {
    margin-left: auto;
    margin-right: auto;
}

.definition {
    height: 300px;
    width: 800px;
}

.text {
    text-align: center;
    font-size: 24px;
}

table tr td {
    width: 200px;
    height: 38px;
}

img {
    padding: 4px;
}

.bordered {
    border: 2px solid black;
}

.letterRow {
    /* border: 2px solid black; */
    width: 110px;
    height: 110px;
    text-align: center;
}

button {
    background-color: #fdb002;
    border: none;
    color: black;
    padding: 20px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 8px;
    width: 180px;
}

.offAtStart {
    display: none;
}

.round {
    display: none;
}

.center {
    text-align: center; 
    vertical-align: middle;
}

.letter {
    font-family: Arial;
    font-weight: bold;
    font-size: 64px;
    color: black;
}

.goldImage { 
    width: 100px;
    height: 100px;
    background-image: url(../images/tiles/gold.png);
    line-height: 100px;
}

.silvImage { 
    width: 100px;
    height: 100px;
    background-image: url(../images/tiles/silver.png);
    line-height: 100px;
}

.challenge {
    width: 100%;
}

.puzzleNumberRow {
    height: 40px;
    margin: 0 0 0 0;
}