body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #000;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.container {
    text-align: center;
}

.logo {
    width: 150px;
    height: auto;
    margin-bottom: 20px;
}

h1 {
    font-size: 48px;
    margin: 0;
}

.tagline {
    font-size: 24px;
    margin-top: 10px;
    font-weight: 300;
}

.subtext {
    font-size: 20px;
    margin-top: 5px;
    opacity: 0.8;
}