body {
    background-color: #050008;
    color: #c0c0c0;
    font-family: "Space Grotesk", sans-serif;
    text-align: center;
    text-rendering: optimizeLegibility;
    margin: 10px auto 100px;
    font-size: 18px;
    line-height: 26px;
}
h1,
h2,
h3 {
    text-align: center;
    margin-top: 0.5em;
}
hr {
    border: none;
    border-top: 1px solid #c0c0c0;
    margin: 12px 0;
}
a {
    color: blueviolet;
}
  /* Inner container */
.container {
    text-align: left;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    margin: 0 auto;
    width: 70%;
    border: 2px solid #c0c0c0;
    padding-top: 1%;
    padding-left: 5%;
    padding-right: 5%;
    line-height: 1.6;
    
}
.container img {
    max-width: 100%; /* never wider than container */
    height: auto;    /* keeps aspect ratio */
    display: block;  /* removes weird inline spacing */
}