body {
    background: url("./images/stars.gif");
}

.container {
    text-align: center;
    width: 50%;
    position: sticky;
    left: 25%;
    border: 2px solid;
    border-color: purple;
    border-radius: 5px;
    padding: 10px;
    background: linear-gradient(
        0deg,
        rgba(10, 10, 10, 0.5),
        rgba(128, 0, 128, 1)
        200%
    );
    margin-bottom: 8px;
}

h1 {
  color: white;
  text-align: center;
  text-shadow: 0px 0px 15px gold;
}

h2, h3, h4, h5, p, ol {
  color: white;
  text-align: center;
}


footer {
text-align: center;

}

a {
  color: gold
}

a:hover {
  color: yellow;
  text-shadow: 0px 0px 15px gold;
}
