.maze {
    position: relative;
    display: inline-block;
}

#maze-ball {
    position: absolute;
    border-radius: 50%;
}

.modal {
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.modal-trigger {
    display: none;
}

.surprise-msg {
    position: absolute;
    left: 50%;
    width: 100%;
    transform: translateX(-50%);
}