
@import url('https://fonts.googleapis.com/css2?family=Bytesized&family=Coral+Pixels&display=swap');


*{
	margin: 0;
	padding: 0;
}


}

body{
	.bytesized-regular {
  font-family: "Bytesized", sans-serif;
  font-weight: 400;
  font-style: normal;

}

}
p {
	font-family: "Bytesized", sans-serif;
	font-size: 50px
}
}
a {
	text-decoration: none;
}
a:visited{
	color: black;
	text-decoration: none;
}
a:hover{
	color: orange;
}