body {
	margin:0;
	background-color:#000;
}

.container {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

@media only screen and (max-width: 600px) {
  .container {
   margin: 0 10px 0 10px;
	 height:100%;
	 justify-content: normal;
	 margin-top:160px;
  }
}

.content img {
	display:block;
	max-width:400px;
	width: 100%;
}

.content {
	color:#fff;
}

.content a {
	text-decoration:underline;
	color:#fff;
}

.content h1 {
    font-size: 22px;
		margin-bottom: 10px;
		font-style: italic;
}

.content h2 {
    font-size: 22px;
		font-style: italic;
		margin-bottom: 10px;
}

.content p {
    font-size: 14px;
		margin:0;
		max-width:320px;
}

h1,h2,p {
	font-family: Arial, Helvetica, sans-serif;
}
