body {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

div#container {
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    align-items: center;
    justify-content: center;
    gap: 20px;
    font-size: 19px;
    font-weight: normal;
}

div.card {
    border: solid 1px #ddd;
    padding: 8px;
    margin: 10px;
    width: 500px;
    min-height: 250px;
    display: flex;
    box-shadow: #adadad 2px 3px 3px;
}

div.info {
    flex: 1.5;
    text-align: center;
}

div.card>ul {
    flex: 2;
    line-height: 1.5em;
}

p.arrest{
    text-align: center;
}

div#container p:nth-child(2) {
    font-size: 14px;
    margin-top: 3px;
}

img {
    max-width: 150px;
    height: 150px;
    margin: auto;
}

ul {
    font-size: 14px;
}

div[data-empty] {
    width: 150px;
    height: 150px;
    background: #ddd;
    margin: auto;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    font-weight: bolder;
    user-select: none;
}

footer {
    text-align: center;
    color: #444;
    font-size: small;
    margin: 30px 0;
}

.quote::after {
    content: "”";
}

.quote::before {
    content: "“";
}

header {
    text-align: center;
    margin-bottom: 20px;
}

h5 {
    margin-bottom: 3px;
}