

body {
    background-color: #c7d1cc ;
}

* {
  box-sizing: border-box;
  font-family: "Verdana", sans-serif;
  font-size: 12pt;
  color: DarkBlue;
}

.header {
  padding: 20px;
  text-align: center;
  font-size: 18pt;
  font-weight: bold;
}

.subtitle {
  font-style: oblique;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

h2 {
  font-size: 14pt;
  font-weight: bold;
}
