body{
    margin: 0px;
    padding: 0px;
    font-family: "Kufam", sans-serif;
   
   
}

#show{
    display: none;
background-color: rgb(255, 255, 255);
position: absolute;

height: 100vh;
width: 100vw;


}


.card{

border: 1px solid black;
padding: 10px;
margin-top: 5px;




}
#details{
    display: flex;
    justify-content: center;
    align-items: center;
}
#info{
    background-color: rgb(255, 255, 255);
    height: 300px;
    width: 200px;
    border: 1px solid black;
 line-height: 25px;
}
#close{
    background-color: white;
    position: absolute;
    top: 0px;
    right: 40%;
    border-radius: 50px;
    background-color: rgb(80, 135, 69);
    color: white;
}

