body {
	background-color: rgb(53, 53, 53);
	display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 104px;
    margin-bottom: 104px;
	margin-right: 16px;
	margin-left: 16px;
}

#logo {
	width: 50%;
	max-width: 500px;
	margin-right: 20%;
}

a#hello {
	width: 12%;
	max-width: 90px;
	min-width: 10px;
}

#mail {
	width: 100%;
}