html {
	background-color: rgb(7, 0, 34);
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	color: aliceblue;
	text-align: center;
	font-size: xx-large;
}
p {
	margin: 70px;
}
img {
	border-radius: 10px;
	width: 90vw;
}
@media screen and (min-width: 1200px) {
	.img-container {
		display: flex;
		justify-content: center;
	}
	img {
		max-width: none;
	}
}
