body {
        -webkit-touch-callout: none; /* iOS Safari */
          -webkit-user-select: none; /* Safari */
           -khtml-user-select: none; /* Konqueror HTML */
             -moz-user-select: none; /* Old versions of Firefox */
              -ms-user-select: none; /* Internet Explorer/Edge */
                  user-select: none; /* Non-prefixed version, currently
                                        supported by Chrome, Edge, Opera and Firefox */
                                        background-color: #363737;
                                        color: #ffffff;
                                        font-family: verdana;
                                    }

#gameInterface {
        display: block;
        height: 70vh;
        width: 90vw;
        margin: 0 auto;
}

#office {
        display: inline;
        height: 70vh;
        width: 90vw;
        margin: 0 auto;
}

#lobby {
        display: block;
        height: 70vh;
        width: 90vw;
        margin: 0 auto;
}

#stats {
        display: block;
        height: 20vh;
        width: 90vw;
        margin: 0 auto;
}

.underline {
    text-decoration: underline;
}

.big {
    font-size: 20px;
    margin: 0; 
}

.bigger {
    font-size: 30px;
    margin: 0;
}

.small {
    font-size: 0.8rem;
    margin: 0;
}

.tiny {
    font-size: 2px;
}

.verdana {
    font-family: verdana;
}

.hoverable {
    cursor: help;
}

.pointer {
    cursor: pointer;
}

#HPDisplay {
    transition: color ease 0.25s;
}

#moneyDisplay {
    transition: color ease 0.25s;
}

#coinSlot {
    transition: color ease 0.25s;
}

#oneButton, #twoButton, #threeButton, #fourButton, #fiveButton, #sixButton, #sevenButton, #eightButton, #nineButton {
    transition: color ease 0.25s;
}

#colaClickable {
    transition: color ease 0.25s;
}

.effect {
    transition: color ease 0.25s;
}

#vendingMachine {
    display: inline-block;
}

#miniVendor, #miniOffice {
    display: inline-block;
    visibility: hidden;
}