@keyframes animateModal{0%{transform:scale(0)}3%{transform:scale(1)}97%{transform:scale(1)}to{transform:scale(0)}}.modal{animation:animateModal 3.05s linear;display:none;position:fixed;top:65px;width:100%;justify-content:center;align-items:center}.popup{background-color:#fff;color:#000;padding:20px;border:1px solid #fff;border-radius:5px}.modal.show{display:flex}