body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background-color: #000;
    color: #fff;
}

.container {
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

h1 {
    font-size: 3em;
}

.subtitle {
    font-size: 1.5em;
    margin-top: 20px;
}

.social-links {
    margin-top: 30px;
}

.social-link {
    display: inline-block;
    margin: 0 10px;
    color: #fff;
    text-decoration: none;
    font-size: 1.2em;
}

.social-link:hover {
    text-decoration: underline;
}

.logo {
    width: 200px; /* Adjust the width as needed */
    height: auto; /* Maintain aspect ratio */
    margin-bottom: 40px;
}