
body {
    line-height: 10px;
    min-height: 630px;
    user-select: none;
}

#container {
    position: relative;
    left: 0;
    top: 0;
}

input {
    height: 40px;
    width: 40px;
    margin: 8px;
    font-size: 1.5rem;
}

#game {
    width: 512px;
    border: solid black 4px;
    margin-left: auto;
    margin-right: auto;
    background-color: lightgrey;
}

#newGame {
    width: 200px;
    margin: 16px auto;
    display: block;
}

#youWon {
    position: absolute;
    line-height: 60px;
    font-size: 2rem;
    width: 600px;
    top: 240px;
    left: 185px;
    border: solid 2px lightgrey;
    text-align: center;
    background-color: white;
}

.center {
    text-align: center;
}