.cyber-footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px 10px;
  font-size: 14px;
  color: #888;
  background-color: #f9f9f9;
}

.cyber-footer-logo {
  height: 90px;
  max-width: 100%;
  margin-bottom: 15px;
}

.cyber-footer a {
  color: #666;
  text-decoration: none;
}

.cyber-footer a:hover {
  text-decoration: underline;
}
