@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@1,300&display=swap');

body {
	height: 100vh;
	background-color: rgba(0, 110, 255);
	display: grid;
	justify-content: center;
	transition: background-color 1s;
}

canvas {
	margin-top: -5em;
	margin-bottom: -3em;
	pointer-events: none;
}

.content {
	text-align: center;
}

a {
	background: white;
	padding: 1em;
	text-decoration: none;
	font-family: 'Nunito';
	color: black;
	font-weight: bold;
	border-radius: 0.3em;
	width: 30%;
	display: inline-block;
	transition: background-color 0.3s;
}
