/* CSS Document */

html, body {
  height: 100%;
  margin: 0;
}

body {
	width:100%; 
	background-color:#fff;
	font-family: impact;
	overflow-x: hidden;
	font-size:14px;
	padding:0px;
	margin:0px;
	display: grid;
	place-items: center;
	text-align: center;
}

a{
	color:#f75caf;
	font-size:69px;
	font-family: impact;
	letter-spacing: -3px;
	line-height:0.8;
	text-decoration: none;
	margin-left:-5px;
}