.card {
height: 500px;
width: 420px;
display: inline-block;
margin: 20px;
box-shadow: 1px 1px 30px rgba(0, 0, 0, .1);
}
#modal #modal-hidden {
width: 100%;
height: calc(98% - 20px);
display: flex;
align-items: center;
justify-content: center;
}
#modal .card {
}
#black-top {
height: 100vh;
width: 100%;
position: fixed;
background: #000;
top: 0;
opacity: .5;
z-index: 9;
display: none;
}