.header {
  height: 120px;
  text-align: center;
  display: flex;
  justify-content: space-between;
  margin: 20px 300px;  
}
.footer {
  background-color: #0053a5;
  width: 100%;
  font-size: 16px;
  color: #fff;  
}
.footerDiv {
  height: 30px;
  line-height: 30px;
  display: flex;
  align-items: center;
}
.footerImg {
  width: 205px;
  height: 40px;
}
.main {
  /* padding: 20px 400px;  */
  background-color: #f6f6e4;
  border-top: 1.5px solid #ccc;
}