#certon_tech, #deals, #values, #domain, #consumer,#transactions, #ukraine_support {
    scroll-margin-top: 100px; /* Adjust the value as needed */
}

#transactions {
    padding-top: 150px; /* Adjust the value as needed */
}

.tombstone {
  height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tombstone:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.tombstone-img {
  width: 100%;
  height: 150px;
  object-fit: contain;
  padding: 10px;
}


#button_support {
  color: white !important; /* Set text color to Ukraine flag blue */
}
