.container-below-top > div {
   width: 100%;
}
.container-header .mod-menu {
  display: flex !important;
  justify-content: center !important;
  font-size: 16px;
}

.container-header .mod-menu a {
  text-decoration: none;
  /* Add padding to give your menu links breathing room */
  padding: 0 15px; 
}

.container-header .mod-menu a:hover {
  color: #779dd9 !important;
}
/* Custom Button Style */
.btn-custom1 {
    background-color: #ff0000;
    color: #ffffff;
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    text-transform: uppercase;
  .container-below-top {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}