body {
	margin: 0;
	padding: 0;
	color: #ffffff;
	background-color: #18121e;
	font-size: 16px;
}
#content {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
}
.photo{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.photo p{
	margin: 20px;
}
.text1{
	max-width: 800px;
	margin: 20px;
	font-size: 18px;
}
img{
	height: 70vh;
	border-radius: 15px;
}
h1{
	margin-top: 10px;
}
