header :hover {
  color: aqua !important;
}

.main-color {
  background-color: aliceblue !important;
}

.hovered-card {
  transition: 0.3s;
}

.hovered-card:hover {
  transform: scale(1.1);
}

footer {
  background-color: black;
  color: white;
}
