body, html {

    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Times;
}

img {
    max-width: 85%;
    height: auto;
    margin-bottom: 0px;
}
figcaption
{
	font-size:11pt;
	margin-bottom:40px;
}

.card {
	margin-top:25px;
    border: 1px solid #ddd;
    padding-left: 50px;
	padding-right:50px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 600px;
    text-align: center;
	line-height: 190%;
	font-size:14pt;
}
.card p
{
	text-align:left;
}
.card h2
{
	font-weight:normal;
	font-style:italic;
	font-size:20pt;
	margin-bottom:50px;
}
.card h1
{
	font-weight:normal;
	letter-spacing:8px;
	font-size:30pt;
	text-transform:uppercase;
}
.card a
{
	color:#666666;
}

@media (max-width: 600px) {
    .card 
	{
        margin-top:25px;
        width: auto;
	    padding-left: 20px;
		padding-right:20px;
    }
	.card h1
	{
		font-size:22pt;
	}
	.card h2
	{
		font-size:18pt;
	}
	img {
	    max-width: 100%;
	}
}
