

.footerDiv {
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 50px;
  border-top: 1px solid gray ;
  background-image: linear-gradient(140deg, lightblue, white 75%, lightgrey);
  /* margin-bottom: 40px; */
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
} 

.sslDiv {
  width: 130px;
  height: 65px;
  align-items:center;
}

.copyrightDiv {
  font-size: 14px;
  width: 350px;
  height: 20px;
  align-items: center;
  text-align: center;
}
