

	*{
		margin: 0;
		padding: 0;
		list-style-type: none;
	}

	@font-face{
		font-family: anisha-free;
		src: url('../fonts/anisha-Free.otf');
	}

	@font-face{
		font-family: quantify-bold;
		src: url('../fonts/quantify-bold.ttf');
	}


	div{
		width:100px;
		height: 100px; 
		font-size: 42px;
		background-color: green;
		border: 5px solid black;
		border-color: yellow; 
		margin:20px;
		padding: 20px 30px 20px 30px;
		text-align: center;
		margin:auto;
	}
 h1:hover {
 	background-color: white;
 	width: auto;
 	height: 10%;
 
 }


body { background-color: grey; }


	h1 {text-align: center;
				font-family: quantify-bold;
				color: red;
			}
	h2 {color: yellow;
		font-size: 80pt;
		font-family: anisha-free;
	}

	li {
	}

	.pink{
		background-color: pink;

	}
	.yellow {
		background-color: yellow;
	}
	#the-first-one {
		font-size: 100pt;
	}

	li#final{
		font-size: 36px;
		background-color: yellow;
	}