body, html {
    margin: 0;
    padding: 0;
    height: 100%; /* Full height */
    overflow-x: hidden; /* Prevent horizontal scroll */
    /*background-color: #121212;*/
    background-color:#01121C;
}

.container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh; /* Full viewport height */
}

.background-image {
    background-image: url('aialien.jpg'); /* Replace with your image path */
    background-size: cover;
    background-position: center;
    width: 50%;
    height: 100vh;
}

.content {
    width: 50%;
    padding: 20px;
}

.speech-bubble {
    background-color: #121212;
    border-radius: 15px;
    border:2px solid aqua;
    padding: 20px;
    position: relative;
    color: white; /* Ensure text color is readable on dark background */
}

.promotional-text h1 {
    color: #ff6347;
}

.promotional-text p {
    color: white;
}
