@import url('https://fonts.googleapis.com/css2?family=DM+Serif+Text:ital@0;1&family=Knewave&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Lexend:wght@100..900&display=swap');
html{
	background-color:rgb(128, 141, 143);
}
body{ 
	max-width:900px;
	margin: auto;
	text-align: center;
	background-color: rgb(100, 106, 107);
	font-family:Bauhaus 93, serif;
}
h1{
	color: rgb(241, 241, 241);
	font-family:Bernard MT, serif; 
}
h2{
	color:rgb(241, 241, 241);
    font-family: ;
	
}
p{
	color: rgb(241, 241, 241);
	background-color: 
}

li{
    color:rgb(241, 241, 241);
    background-color: rgba(19, 18, 18, 0.733);
    text-align: justify;

}



p:hover{
	
}

img{
	height: 300px;
	background-color: 
}
img:hover{

}