body {
    font-family: "SF Pro Display", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif;
}
blockquote, h1 {
    font-family: 'New York Medium', sans-serif;
}
pre, code {
    font-family: "SF Mono", monospace;
}
.container {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
}
.card {
    flex: 1 1 0;
    box-sizing: border-box;
    padding: 1rem;
    text-align: center;
}
.card img {
    width: 100%;
    height: auto;
    display: block;
    margin-top: 0.5rem;
}
