#input-wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

#hint-wrapper {
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#canvas-container {
    margin-top: 20px;
    height: 700px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.important-text {
    color: red;
    font-weight: bold;
}