body,html{
    margin:0;
    padding:0;
}
body{
    background:#060ce9;
    color:#fff;
}
#menu{
    width:120px;
    background:#212121;
}
h2{
    margin:0;
    padding:0;
    text-align: center;
}
#draw{
    height:calc(100vh - 72px);
    width:calc(100vw - 120px);
    flex:1;
}
canvas{
    display: block;
    box-shadow: inset 0 0 40px navy;
}

#reveal{
    display: none;
    z-index: 99999;
    background: #060ce9;
    position: fixed;
    top:0;
    bottom:72px;
    left:0;
    right:0;
}
#revealWager{
    height: 72px;
    text-align: center;
    background-color: #060ce9;
}
.hide{
    display:none;
}
button{
    margin:1px 0;
    padding:1px 0;
    background-color:navy;
    color: white;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    display: block;
    width:116px;
    border: 3px solid #000;
    -webkit-appearance: button;
    appearance: button;
    font-size: 1rem;
    line-height: 24px;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
#containerSections{
    display: flex;
    flex-wrap:wrap;
}
#containerSections div{
    align-content:first baseline;
}