.naiba-coming-soon-title {
    font-size: 2.5em;
    font-weight: bold;
    text-align: center;
    margin-top: 50px;
  }
  
  .naiba-coming-soon-content {
    font-size: 1.5em;
    text-align: center;
    margin-top: 20px;
  }
  
.naiba-notice {
    padding: 30px;
}
.naiba-notice h2 {
    font-size: 48px; 
    font-weight: 600; 
    line-height: 1.25;
}
.naiba-notice p {
    font-size: 14px;
}

    .links-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        margin-bottom: 20px;
        margin-top: 20px;
margin-left: -10px;
    }

    .links-container ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: left;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .links-container li {
        margin: 0 10px;
    }
    .links-container a {
text-decoration: none;
}
.links-container a:hover {
color: #d63638;
}

    @media screen and (max-width: 768px) {
        .links-container li {
            margin: 0 5px;
        }
    }
 