.navigation-box {
  text-align: center;
}

.navigation-box .nav-buttons-bar {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-bottom: 8px;
  flex-wrap: wrap;
}





.navigation-box .thank-text {
  font-style: italic;
  margin-top: 6px;
  font-size: 13px;
  font-weight: 600;
    color: #000;
    text-shadow: 1px 1px #f4e1e1;
}