#answer-form {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

canvas {
    display: inline-block;
}


@media screen and (max-width:1000px) {
    canvas {
        display: inline-block;
        width: 100%;
        height: 100%;
        max-width: 1173px;
        max-height: 638px;
    }    
}

.confirm {
    margin-left: 5px;
    background-color: white;
    border: 1px solid black;
    border-radius: 5px;
    font-weight: bold;
    padding: 7px;
    width: 60px;
    height: 35px;
    text-align: center;
    align-items: center;
}

.horizon {
    overflow: auto;
    white-space: nowrap;
    margin-bottom: 8px;
    margin-top: 8px;
}

.horizon::-webkit-scrollbar{
    display: none; 
}

#answer-input {
    align-items: center;
    display: inline-block;
    vertical-align: center;
}

.overLayer {
    border: 1px solid rgb(39, 39, 39);
    background-color: rgb(39, 39, 39);
    border-radius: 6px;
    color: white;
    padding: 5px;
}

.horizon button {
    border: 1px solid black;
    background-color: #FFF;
    border-radius: 13px;
    padding: 5px 7px 5px 7px;
}

body {
    margin: 0px;
}