#popUp {
width: 300px;
height: 500px;
position: fixed;
top: 100px;
border-radius: 10px;
display: none;

}


#close-btn {
background-color: black;
color: white;
border: solid 1px white;
box-shadow: 0 0 5px;
border-radius: 60px;
width: 100;
height: 40px;
text-align: center;
position: absolute;
font-size: 15px;
cursor: pointer;
bottom: 20px;
left: 100px;
}

#pop-png {
border-radius: 15px;
border: solid white 1px;
box-shadow: 0 0 5px white;

}