body {
  background: #000 !important;
  color: #fff !important;
}
header, footer, main {
  background: transparent !important;
  color: #fff !important;
}
a {
  color: #4fc3f7;
}
img {
  transition: transform 0.3s ease;
}
img:hover {
  transform: scale(1.02);
}
