body,
html {
    margin: 0px;
    padding: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom right, #322514, #be1558);
}

.box {
    background-color: #fbcbc9;
    display: inline-flex;
    vertical-align: top;
    padding: 5px;
    margin: 1px;
    text-align: center;
    font-size: 200%;
    font-family: Arial, Helvetica, sans-serif;
    color: #322514;
    font-size: 1.3em;
    font-weight: 100;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

.box:hover {
    background-color: #e75874;
}

.box:active {
    background-color: #e75874;
}

.container-fluid {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fbcbc9;
}

.display-2 {
    margin: 30px;
}

#canvas {
    background-color: #be155866;
    height: 100%;
    margin-bottom: 100px;
}

.button {
    margin: 20px;
    background-color: #e75874;
    padding: 10px 0 10px 0;
    border-radius: 10px;
    width: 200px;
    color: white;
    font-size: 0.8em;
    letter-spacing: 0.8px;
    font-weight: 400;
    border: none;
    font-family: Arial, Helvetica, sans-serif;
}

.button:active {
    border: none;
    outline: none;
    background-color: #be1558;
}

.button:focus {
    border: none;
    outline: none;
}

.button:hover {
    background-color: #be1558;
}

.btn-container {
    display: flex;
    justify-content: center;
}

.game_over {
    background-color: #be1558;
}

.cover {
    z-index: 5;
    /* background-color: red; */
    position: absolute;
    float: left;
    top: inherit;
    left: inherit;
    opacity: 40%;
}

#msg {
    position: absolute;
    top: 50%;
    font-size: 3em;
    padding: 10px;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    border-radius: 10px;
    text-align: center;
    justify-content: center;
    color: black;
}