.flex-container {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
  }

body {background-color: black;}

p {color: white; text-align: center; font-size: x-large; line-height: 20px;}

img { max-width: 100vw;}
