body {
    padding: 25px;
    background-color: #181a1b;
    color: #e8e6e3;
    font-size: 25px;
    max-width: 800px;
    margin: auto;
    font-size: larger;
}

.title {
    padding-top: 16px;
    font-weight: bold;
    font-size:xx-large;
}

.comment {
    font-weight:lighter;
    text-align: left;
    font-size: medium;
}

.section {
    font-weight: bold;
    margin-top: 16px;
    margin-bottom: 8px;
}

.text {
    font-weight: normal;
    font-size:large;
}

.links {
    text-align: center;
    margin: 16px;
    margin-right: 24px;
    color: #2375f0;
    font-size: xx-large;
}

.hyperlinks {
    color: #2375f0;
    font-weight: bolder;
}

.img {
    margin-top: 8px;
    width: 400px;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 8px;
}

.video {
    margin-top: 8px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.apodTitle {
    margin-top: 16px;
    font-weight:lighter;
    font-style: italic;
    font-size:large;
    text-align: center;
}

.copyright {
    margin-top: 4px;
    font-size: small;
    font-weight: lighter;
    text-align: right;
}

.globe {
    text-align: center;
}