/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@   footer part   @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/

#footerHTML_ID {
  /*border: 2px solid rgb(197, 9, 9); /* border for checking */
  background: rgb(100, 100, 100);/* back ground color */
  color: rgb(250, 250, 250);/* text color */
  font-size: 0.8em;/* font size */
  display: flex;/* set to flex box */
  justify-content: center;/* centering horizontal */
  align-items: center;/* centering vertical */
}
#footerHTML_ID > footer {
  /*border: 2px solid rgb(9, 59, 197); /* border for checking */
  text-align: center;/* centering */
  margin: 10px 0px 10px 0px;/* margin */
}
#footerHTML_ID > footer p {
  /*border: 2px solid rgb(197, 178, 9); /* border for checking */
  text-align: center;/* centering */
  margin: 10px 0px 10px 0px;
  padding: 0px 0px 0px 0px;
}
/*-- a tag --*/
#footerHTML_ID a { /* usual */
  /*border: 2px solid rgb(62, 197, 9); /* border for checking */
  outline: none;/**/
  text-decoration: none;/**/
  padding: 0px;/**/
}
@media screen and (max-width: 640px) {/* for smart phone */
  #footerHTML_ID a { /* usual */
    /*border: 2px solid rgb(62, 197, 9); /* border for checking */
    text-decoration: underline;/**/
  }
}
#footerHTML_ID a {/* link color */
  color:rgb(250, 250, 250);/* font color */
}
#footerHTML_ID a {/* visited link color */
  color:rgb(250, 250, 250);/* font color */
}
#footerHTML_ID a:focus {
  border-bottom: 1px solid;/**/
  background: #e2e2e2;/**/
}
#footerHTML_ID a:hover {
  color: #626262;/* font color when cursol is on it */
  border-bottom: 1px solid;/* under line when cursol is on it */
  background: #c1c1c1;/* back ground color when cursol is on it */
}
#footerHTML_ID a:active {
  background: #dadada;/**/
  color: #bebebe;/**/
}

/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/
/*@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@*/