.box {width: 30%;  margin: 0 auto;  background: rgba(255,255,255,0.2);  padding: 15px;  border: 2px solid #fff;  border-radius: 20px/50px;  background-clip: padding-box; text-align: center;}
.overlay {position: fixed;  top:0;  bottom:0;  left:0;  right:0;  background: rgba(0, 0, 0, 0.6);  transition: opacity 350ms; visibility: hidden; opacity: 0;}
.overlay:target {visibility: visible;  opacity: 1;}
.popup {margin:10% auto;  padding-top: 0px; color:#fff; background:#0D6480; border-radius: 5px;  width: 37%;  height: auto;  position: relative; transition: all 5s ease-in-out; opacity: 0.97;}
.popupcap {background:#0B4F66; width: 100%; padding-top:8px; padding-bottom:8px;line-height: 5px;}
.popup .close {position: absolute;  top: 20px;  right: 30px;  transition: all 200ms;  font-size: 30px;  font-weight: bold;  text-decoration: none;  color: #E76322;}
.popup .close:hover {color: #06D85F;}
.popup .content {padding:20px; text-align:center; overflow: auto; line-height: normal}
.btn {
  padding:.9vw 6.2vw;
  margin-right:8px;
  background:#0B4F66;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: 0;
  border-radius: 0.25rem;
  appearance: none;
  cursor: pointer;
  transition: background 250ms;
}
.btn:hover {background:#ff3333;}
.bts {
  padding:.9vw 6.2vw;
  margin-left:8px;
  background:#E76322;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  border: 0;
  border-radius: 0.25rem;
  transition: background 250ms;
  cursor: pointer;
}
.bts:hover {background:#00e600;}