body {
	width: 100%;
	height: 100vh;
	margin: 0;
	font-family: "Roboto", sans-serif;
}

.body{
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.body img{
	width: 100%;
	max-width: 350px;
}

.body .email{
	position: absolute;
	top: 5%;
	right: 5%;
	font-size: 20px;
	text-decoration: none;
	transition: all 500ms;
	color: #333;
}

.body .email:hover{
	color: #16ae4b;
}