/* Set page background to black and make text white */
html, body {
    height: 100%;
    margin: 0;
    background: #000 url("../images/StarfieldSimulation_rot.gif") center center / cover no-repeat fixed;
    color: #fff;
    text-align: center; /* centers all text */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Ensure links and form controls are readable */
a { color: #fff; text-decoration: underline; }
a:visited { color: #ddd; }
button, input, textarea, select {
    background-color: #000;
    color: #fff;
    border-color: #444;
}

/* Make any element that might set its own color inherit the white text */
body * { color: inherit; }

.logo {
    display: block;
    margin: 20px auto;   /* centers horizontally and adds vertical spacing */
    max-width: 600px;    /* maximum width */
    width: 50%;          /* responsive size (adjust as needed) */
    height: auto;
}
.artistlogo {
        display: block;
    margin: 20px auto;   /* centers horizontally and adds vertical spacing */
    max-width: 600px;    /* maximum width */
    width: 50%;          /* responsive size (adjust as needed) */
    height: auto;
}