html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
}

.content {
    width: 100%;
    position: relative;
    height: 100%;
    overflow: hidden;
}

img {
    height: 100%;
    width: 100%;
}

.hidden {
    display: none !important;
}

#result {
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    gap: 5px;
}

#step-2 {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    overflow: auto;
    height: 100%;
}

table {
    border: 1px solid #ccc;
    width: 50%;
    overflow: auto;
    text-align: center;
}

.box-wrap {
    display: flex;
}

.box {
    width: 40px;
    border: 2px solid #572315;
    display: flex;
    color: #572315;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    background: transparent;
}