.modal{justify-content:center;align-items:center;width:100%;height:100%;transition:bottom .3s ease-in-out;display:flex;position:absolute;bottom:-100%}.modal.show{bottom:0}
