/* ====== GLOBAL ====== */
#graf-container {
  margin-top: 40px;
}

.btn {
  border-radius: 2px;
}

.btn-outline-dark:hover {
  background-color: #001d31;
}

.logo-container img {
  max-height: 50px;
  height: auto;
}

.header-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 1rem;
}

@media (max-width: 768px) {
  .header-wrapper {
    flex-direction: column;
    align-items: center;
  }
}
