.columns 
	{
  		column-count: 5;
  		text-align: center;
  		font-size: 20px;
  		font-weight: bold;
	}

h1
	{
		font-size: 40px;
		text-align: center;
		margin-top: 45px;
		background: linear-gradient(180deg, pink, white);
		text-shadow: 2px 2px #ff0000;
	}

body
	{
		background-image: url("https://png.pngtree.com/thumb_back/fh260/background/20200530/pngtree-cute-hand-drawn-style-mathematics-education-pink-background-image_337362.jpg");
		background-size: cover;
	}

