a {
  text-decoration: none;
}
a:link {
	color: black;
	font-size: 12pt;
}
.header-style {
	height: auto;
	width: 100%;
	margin: auto;
	background-color: rgb(252, 238, 201);
	/* display: inline-block;
	grid-column-gap: 10px; (old heigth 270px) */
}
.column {
  float: left;
  padding: 10px;
}
.left, .right {
  width: 20%;
}
.middle {
  width: 60%;
}
.header-column1 {
  float: left;
  padding: 10px;
}
.header-column2 {
  float: left;
  width:50%;
  padding: 5px;
}
.header-column3 {
  float: left;
  width: 25%;
  padding: 25px;
}
/* Clearfix (clear floats) */
.header-row::after {
  content: "";
  display: table;
  clear: both;  
}