body {
    background-image: url('space.gif');
    color: white;
    font-family: serif;
}

ul {
    margin-bottom: 20px;
}

li {
    margin-bottom: 10px;
}

.container {
    max-width: 600px;
    padding: 10px;
    margin: auto;
    margin-bottom: 10px;
}

.quote {
    font-family: monospace;
    border-left-style: solid;
    margin-left: 5%;
    padding-left: 1ch;
    margin-top: 20px;
    margin-bottom: 30px;
}

.largequote {
    font-size: 2em;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 100px;
}

.glow-text {
    color: #fff;
    /* Multi-layered shadow for intense glow */
    text-shadow:
    0 0 5px #ffe263,
    0 0 10px #ffe263,
    0 0 20px #0073e6,
    0 0 40px #0073e6,
    0 0 80px #0073e6;
}

.ddate {
    font-family: monospace;
    padding: 5px;
    font-size: 1rem;
    margin: auto;
    margin-top: 1em;
    margin-bottom: 1em;
    text-align: center;
    max-width: 100%;
    border-style: solid;
    border-width: thin;
}
