#close-img{
    content: url("./images/close.png");
    position: absolute;
    top: 0;
    left: 0;
}

#needed-id img{
    width: 200px;
    height: auto;
}

#overlay{

    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    
    height: auto;
    margin-left: 20%;
    margin-top: 20%;
    border: 5px solid white;
}