.footer {
  background-color: #056ad6;
  color: white;
  text-align: center;
  padding: 20px;
  width: 100%;
  border-top: 3px solid #034a9b;
  box-sizing: border-box;
  margin-top: auto;
  
  
}

.footer img {
  margin-top: 10px;
  width: 90px;
  transition: transform 0.3s ease;
}

.footer img:hover {
  transform: scale(1.1);
}

.footer p {
  margin: 0;
  font-size: 14px;
  text-align: center;
}

