
#answer {
            max-height: 0;
            overflow: hidden;
            transition : max-height 0.5s ease;
        }
        #answer.active {
            max-height: 1000px;
            transition : max-height 0.5s ease;
        }