

header { display:flex; justify-content:space-around; }
body {   background-image: linear-gradient(to right bottom, #f8f85a, #a8fa85, #56f4b7, #00e7df, #2fd5f3, #53c5fb, #81b3f6, #a79fe3, #ca85ca, #e36b9d, #e65b64, #cf5f24);           }

h2 { color: rgb(24, 92, 168);
	font-size: 40px;
	font-family: papyrus;
	text-align: center;
 }
span{
		color: rgb(179, 41, 14);
		font-size: 50px;
	}

.card {
border: 4px solid white;
text-align: center;
width: 200px;
background-color: aqua;

}

#description {color: red;font-size: 20px;}
