.hero {
    position: relative;
    text-align: center;
    padding: 50px 20px;
    height: 60vh;
    background: #000000;
    overflow: hidden;
}

#starCanvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.hero-content {
    position: relative;
    z-index: 1;
    color: #00b4d8;
    padding: 80px;
}

.hero h1 {
    font-size: 2.5em;
    margin-bottom: 10px;
    color: #00b4d8;
}

.hero p {
    font-size: 1.2em;
}
