body {
  background-image: url("starbg.gif");
  background-size: 100px;
  background-color: black;
  color: white;
  font-family: "Comic Sans MS", sans-serif;
  text-align: center;
}

.flex-container {
  display: flex;
  flex-direction: column;
  margin:auto;
  width:100%;
  max-width:1000px;
  height:890px;
  justify-content: center;
  align-items: center;
  position: relative;
}

.text {
  position: relative;
  bottom:100px;
}

.starthing {
  width:250px;
  height:250px;
  position: absolute;
  bottom:150px;
}

.starthing > img {
  width:100%;
  height:100%;
}

a:link {
  color: #fff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a:active {
  color: #fff;
  text-decoration: none;
}

a:visited {
  color: #fff;
  text-decoration: none;
}

::-webkit-scrollbar {
  width: 10px;
  height: 0;
}

::-webkit-scrollbar-track {
  border: none;
  background: #000;
}

::-webkit-scrollbar-thumb {
  background: white;
}