* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #121212;
    color: #b3a6ff;
    font-family: Tahoma, sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    background-image: url('http://content.nsxservices.com/background.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;  
    padding-top: 50px; 
}

.migration-banner {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #ff9800; 
    color: #000;
    text-align: center;
    padding: 12px 0;
    font-family: Tahoma, sans-serif;
    font-weight: bold;
    z-index: 9999; 
    box-shadow: 0 2px 5px rgba(0,0,0,0.5);
    border-bottom: 2px solid #e65100;
}

.migration-banner a {
    color: #000;
    text-decoration: underline;
    margin-left: 10px;
    font-weight: 800;
}

.migration-banner a:hover {
    color: #fff;
    cursor: pointer;
}

.timeline-item {
    border-left: 2px solid #ff9800; 
    margin-left: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.timeline-date {
    color: #ff9800;
    font-weight: bold;
    font-size: 1.1em;
    display: block;
    margin-bottom: 5px;
}

.status-box {
    border: 1px solid #ff9800;
    background-color: rgba(255, 152, 0, 0.1); 
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 5px;
}

header {
    margin-top: 20px;
}

.logo {
    width: 300px;
    margin: 40px 0;
}

.container {
    max-width: 1000px;
    margin-top: 1px;
}

.box {
    text-align: center;
    background-color: rgba(26, 26, 26, 0.9);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.6);
    margin: 10px 0;
}

h1, h2 {
    color: #a382ff;
}

p {
    margin: 20px 0;
    font-size: 1.2em;
    max-width: 600px;
    line-height: 1.6;
    color: #b3a6ff;
}

.socials ul {
    list-style-type: none;
    padding: 0;
}

.socials li {
    display: inline;
    margin: 0 10px;
}

.button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #7d68cc;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #5e4e99;
}

.footer-box {
    text-align: center;
    background-color: rgba(26, 26, 26, 0.9);
    padding: 10px;
    border-radius: 10px;
    margin-top: 20px;
}

footer {
    margin: 0;
    color: #7a6ea8;
    font-size: 0.8em;
}
