.popup {
position: absolute;
left: 10%;
background-color: white;
top: 100px;
text-align: left;
z-index: 10;
padding: 10px;
border-color: #B2B2B2 black black #B2B2B2;
border-style: solid;
border-width: 1px;
}

