body, html {
    margin-left:1%;
    margin-right:1%;
    background-color: #FFDAB9; 
}

#small {
	font-size: small;
}

.column {
  float: left;
}

.left {
  width: 70%;
  margin-right: 5%;
}

.right {
  width: 20%;
  margin-right: 5%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}