body {
	height: 100vh;
	display: grid;
	place-items: center;
}

img {
	margin: 0 auto;
}

h1 {
	font-family: Impact, "Arial Black", Arial, sans-serif;
	text-align: center;
	letter-spacing: 3px;
	font-size: 64px;
}

p {
	text-align: center;
	font-size: 18px;
}

.actions {
	display: flex;
	justify-content: space-around;

	& a {
		margin-top: 60px;
		padding: 10px 20px;
		background-color: #0098aa;
		color: white;
		text-decoration: none;
		border-radius: 5px;
		font-size: 18px;
	}
}