body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: linear-gradient(45deg, #091020, #234572, #406792);
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-align: center;
    font-size: 18px;
}

.container {
    max-width: 650px;
    padding: 40px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
}

.logo {
    width: 300px;
    height: auto;
    margin-bottom: 20px;
}

.social-media {
    margin: 20px 0;
}

.social-icon {
    color: white;
    font-size: 2rem;
    margin: 0 10px;
    text-decoration: none;
}

.social-icon:hover {
    color: #ffdd57;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
    color: #ffdd57;
}
