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

body {
	text-align: center;
	background-image: url("/sleeping-red-panda-3.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}

.gfs-didot-regular {
  font-family: "GFS Didot", serif;
  font-weight: 400;
  font-style: normal;
}
