.popup{background-color:hsla(0,0%,50%,.7);width:100%;height:100vh;position:fixed;top:0;left:0;z-index:100;display:flex;flex-direction:column;align-items:center;justify-content:center}.box{width:35%;position:relative;background-color:#e1e1e1;padding:2em 1em;border-radius:50px;text-align:center}.box h1{font-size:1.2rem;color:#000;line-height:1.5em}.box input{width:70%;margin:1em auto;padding:.5em;display:block;background-color:transparent;border:none;border-bottom:1px solid #ef233c}.formbtn{width:100px;height:40px;border-radius:20px;background-color:#ef233c;color:#fff;text-align:center;font-size:1rem}.boxbtn{position:absolute;right:-2%;top:-2%;display:flex;justify-content:center;align-items:center}.boxbtn button{width:40px;height:40px;border-radius:50%;background-color:#ef233c;color:#fff;text-align:center;font-size:1.25rem}@media screen and (max-width:900px){.box{width:60%}}@media screen and (max-width:600px){.box{width:80%}}