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