#wrapper-all {
    height: 100%;
}

#wrapper-button {
    margin-top: 20px;
}

#canvas-wrapper {
    margin-top: 40px;
}

.important-text {
    color: red;
    font-weight: bold;
}

.flex-col-center {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#canvas-info-wrapper {
    margin-top: 20px;
}

#canvas-info-wrapper > div:not(.active-canvas-info) {
    display: none;
}