#canvas{
    border: solid 1px #000000;

    left: auto;
    right: auto;
}
.container{
    display: flex;
    justify-content: center;
}

.info{
    position: absolute;
    display: flex;
    width: 482px;
    height: 76px;
    color: #ffe14e;
    background-color: #0094fd66;
    border-bottom: 1px solid #0b00b9
}

.container-info{
    display: flex;
    padding: 0px 20px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    font-size: 35px;
    font-family: cursive;
}

.message{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    color: #fff;
    width: 330px;
    padding: 0 10px;
    height: 680px;
    z-index: 1000;
}

.container-message{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 100%;
    color: #f2d850;
    background-color: #003c70ba;
    padding: 8px;
    border-radius: 10px;
    border: 1px solid #0b0299;
    font-size: 26px;
    font-family: cursive;
}

#status{
    font-size: initial;
}


