html, body {
	height: 100%;
	margin: 0;
}
body {
        background-color: black;
        color: green;
        height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
body a {
        text-decoration: none;
        color: green;
	padding: 15px 0;
	font-size: 2rem;
	text-align: center;
}
body a:hover {
        color: #00AA00;
}
#me {
	display: flex;
	flex-direction: column;
	text-align: justify;
	font-size: 1rem;
	max-width: 232px;
}
#me img {
	border-radius: 15px;
}