.footer {
  background-color: #0083cb;
  color: white;
  text-align: center;
  padding: 40px 0 20px;
  font-family: 'Roboto', sans-serif;
}

.footer-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.footer-img {
  height: 80px;
  margin-bottom: 10px;
}

.footer-links a {
  margin: 0 10px;
  color: white;
  text-decoration: none;
  font-weight: 500;
}

.footer-links a:hover {
  text-decoration: underline;
}

.footer-social a {
  margin: 0 10px;
  color: white;
  font-size: 20px;
}

.footer-social a:hover {
  color: #FFD700;
}

.footer-bottom {
  text-align: center;
  margin-top: 20px;
  font-size: 14px;
  border-top: 1px solid #ffffff30;
  padding-top: 10px;
}
