@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body{
	background-color: black;
	color: white;
	font-family: "Inter";
}
img{
	filter: blur(5px);
}
img:hover{
	filter: blur(0px);
}
