.true-black {
  background-color: #141313;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.true-black:hover {
  background-color: #424141;
  transform: scale(1.05);
}

main {
  background-image: 
    linear-gradient(to bottom, rgba(13, 19, 56, 0.905) 0%, rgba(13, 19, 56, 0.905) 100%),
    url("img/bg-image.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.marci-color {
  color: white;
}