html {
  position: relative;
  min-height: 100%;
}
body {
	margin-left: 20px;
	margin-right: 20px;
  margin-bottom: 60px; /* Margin bottom by footer height */
}
/*div {
  display: table;
  /*height: 100px;*/
  /* width: 100%; */
/*   justify-content: center;*/
  /* text-align: center; */
 /* border: 2px dashed #f69c55;*/
/* } */
/*  */
.footer {
	
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px; /* Set the fixed height of the footer here */
  line-height: 20px; /* Vertically center the text there */
  
}
