BODY {
    background: #6d712e;
    margin: 0;
    padding-left: 10%;
    padding-right: 10%;
    color: #FDDAD0;
    font-family: Verdana, Arial, sans-serif;
    font-size: 12px;
}
/* Three image containers (use 25% for four, and 50% for two, etc) */
.column {
  float: left;
  padding: 5px;
  text-align: center;
  width: 300px;
}

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

figure { display: table; }
figcaption { display: table-caption; caption-side: bottom ; }

p, h1, h2 {
   text-justify: auto; color: #FDDAD0}

td {
    text-align: center;
    padding: 0;
    color: #FDDAD0
}

a {
    text-decoration: none;
    color: lightblue;
}

a:hover {
    text-decoration: none;
}

a:link {
      text-decoration: none;
}

a:visited {
      text-decoration: none;
}
a:active {
      text-decoration: none;
}

