* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family:'Times New Roman', Times, serif;
}

body {
    background-image: url("starshall.gif");
    background-position: center center;
    background-repeat: repeat;
    background-size: 10%;
}

/* background-image: linear-gradient(to bottom, rgb(105, 0, 0), rgba(0, 0, 0, 0)) */

html {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.patches-box {
    display: flex;
    justify-content: center;
}

.patches {
    width: 950px;
    height: 700px;
    font-size: 18px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    border: 12px groove rgb(0, 15, 181);
    padding: 30px;
    overflow: auto;
    background-image: linear-gradient(to bottom, rgba(0, 0, 0), rgba(0, 0, 0, 0.75), rgba(47, 0, 255, 0.5));
}
/* ^ apparently just one comma at the end of the color when there's no more colors after just breaks the entire thing LOL */
.entry {
    margin-bottom: 30px;
}

h3 {
    color: #419dff;
}
p {
    color: rgb(230, 201, 255);
}

/*  */

.back a {
    color: rgb(230, 201, 255);
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 8.5%;
    margin-top: 0.9%;
    font-style: italic;
}