h1 {
font-size: 3.0em;
	color: steelblue;
	background-color: lightgrey;
	border: thin solidtransparent;
	text-align: left;
}
h2 {
	font-size: 2.6em;
	color: lightskyblue;
	background-color: darkgray;
	border: thin solid;
	text-align: left;
}

p {
    color: teal;
    font-size: 1.3em;
}

img {
max-width: 60%
}

/* Create two equal columns that floats next to each other */
.column {
  flex: 50%;
}
.row:after {
  display: flex;
}

table,
ul {
  font-size: 1.2em;
}

table, th, td, caption {
  border: thin solid #a0a0a0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border-width: thin 0 0 thin;
  margin: 0 0 1em;
  table-layout: auto;
  max-width: 100%;
}
th, td {
  font-weight: normal;
  text-align: left;
}
th, caption {
  background-color: #f1f3f4;
  font-weight: 700;
}
