body{font-family:Poppins}button{background:#f0966f;border:1px solid #f0966f;border-radius:100px;color:#fff;cursor:pointer;display:flex;padding:16px 24px}.popup{align-items:center;background-color:rgba(0,0,0,.5);height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:all .3s ease;width:100%}.popup.active{display:flex;opacity:1;pointer-events:auto}.popup-content{background-color:#fff;border-radius:5px;box-shadow:0 0 10px rgba(0,0,0,.5);max-height:80%;max-width:80%;position:relative}.popup-close{color:#000;cursor:pointer;font-size:14px;height:30px;line-height:30px;position:absolute;right:10px;top:10px;width:20px;z-index:99}img{margin-bottom:-6px}