#titleScreen {
    position: fixed;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background: black;
    color: white;
    font-family: 'Orbitron', sans-serif;
    text-align: center;
    padding-top: 10vh;
    z-index: 10;
    cursor: pointer;
}

#titlePlanet {
    width: 100px;
    margin-bottom: 20px;
}

#titleShip {
    width: 32px;
    margin-top: 20px;
}

#titleScreen img {
    display: block;
    margin: 0 auto;
}

#clickStart {
    border: 2px solid white;
    border-radius: 5px;
    padding: 20px;
    margin: 20px auto;
    max-width: 400px;
}

#loadingText {
    color: #00ff00;
    font-size: 1.2em;
}

#loadingProgress {
    font-size: 2em;
    color: #ffff00;
    margin-top: 10px;
}
