
body {
    max-width: 1008px;
    min-height: 700px;
    padding: 0;
    background-color: #999999;
    border: solid 2px white;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

img {
    position: absolute;
    border: none;
}

#container {
    position: relative;
    left: 0;
    top: 0;
}

#tileDrop {
    top: 8px;
    left: 15px;
    position: absolute;
    width: 970px;
    height: 400px;
    background-color: white;
    border: black 2px solid;
    visibility: hidden;
}

#transferArea {
    top: 415px;
    left: 16px;
    position: absolute;
    width: 260px;
    height: 90px;
    background-color: white;
    border: black 2px solid;
    text-align: center;
}

#button {
    top: 405px;
    left: 450px;
    position: absolute;
    width: 190px;
    height: 46px;
}

#newGame {
    top: 463px;
    left: 855px;
    position: absolute;
    width: 120px;
    height: 40px;
}

#pickupCards {
    top: 415px;
    left: 865px;
    position: absolute;
    width: 120px;
    height: 40px;
    border: white 2px solid;
    text-align: center;
    padding-top: 5px;
}

#info {
    top: 463px;
    left: 276px;
    position: absolute;
    width: 589px;
    height: 40px;
    text-align: center;
    padding-top: 10px;
    color: white;
}

#labelTransferArea {
    top: 502px;
    left: 16px;
    position: absolute;
    width: 250px;
    height: 20px;
    text-align: center;
}

#playerImages {
    top: 530px;
    left: 15px;
    position: absolute;
    width: 970px;
    height: 156px;
    border: white 2px solid;
}

#splash {
    margin-top: 300px;
    font-size: 2rem;
    color: white;
}
