* {
	box-sizing: border-box;
}
body {
	font-family: Roboto, sans-serif;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	margin: 0;
	padding: 0;
	min-width: 320px;
	color: #333;
}
i.fa {
	font-size: 30px;
	line-height: 36px;
}
a, a:visited {
	color: #333;
	text-decoration: none;
}
a:hover {
	color: #34C;
	text-decoration: underline;
}
main {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	min-width: 310px;
	max-width: 310px;
	height: 100vh;
	min-height: 550px;
	gap: 12px;
	margin: 0 auto;
}
.photo {
	width: 200px;
	height: 200px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0;
}
.photo img {
	display: block;
	width: 100%;
}
h1 {
	text-transform: uppercase;
	font-size: 20px;
	line-height: 26px;
	padding: 0;
	margin: 5px 0;
	color: #000;
}
p {
	padding: 0;
	margin: 0;
}