body {
  background-color: #eeeeee;
}
h3 {
  color: #111111;
  font-family: 'Roboto Mono', monospace;
  font-size: 250%;
}
p {
  color: #222222;
  font-family: 'Roboto Mono', monospace;
  font-size: 160%;
}

a {
  color: #222222;
  font-family: 'Roboto Mono', monospace;
  font-size: 160%;
}

.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}