body { margin: 0; background-color: #000; }
#info {
    position: absolute;
    top: 20px; left: 10px;
    color: #ffffff;
    padding: 5px;
    font-family: Monospace;
    font-size: 13px;
    text-align: left;
}
#info a {
    color: #ff0080;
    text-decoration: underline;
}
#planetModelParent {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100vw;
    height: 100vh;
    text-align: center;
}
#planetModel {
    display: block;
    margin: 0px;
    width: 100%;
    height: 100%;
}
