body {
    max-width: 780px;
    user-select: none;
}

button {
  margin-top: 8px;
  margin-left: 10px;
}

img {
    border: 1px solid #000000;
}

#container {
    width: 740px;
    height: 750px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background-color: #888888;
}

#newGame {
    position: absolute;
    width: 220px;
    top: -4px;
    left: 64%;
}

#newCard {
    position: absolute;
    width: 76px;
    height: 124px;
    background-color: white;
    top: 35px;
    left: 12px;
}

#numCards {
    position: absolute;
    width: 74px;
    height: 20px;
    top: 18px;
    left: 22px;
    text-align: center;
    font-size: .8rem;
    font-weight: 700;
    color: #fff;
}

.displayNone {
    display: none;
}

.center {
    text-align: center;
}

.smallnote {
    font-size: .9rem;
}