h1	{color: blue;
	font-family: bahnschrift, sans-serif;
	text-align: center;
	}
h2	{color: blue;
	font-family: bahnschrift, sans-serif;
	text-align: center;
	}
h3	{color: blue;
	font-family: bahnschrift, sans-serif;
	}
p	{color: blue;
	font-family: bahnschrift, sans-serif;
	}
p.1 {color: #5900FF
	}
p.2 {color: blue;
	font-family: bahnschrift, sans-serif;
	text-align: center
}
body	{background-color: #E8E8E8
	}
.row {
  display: flex;
}

.column {
  flex: 33.33%;
  padding: 5px;
}