body {
  background-image: url("static.jpg");
}
h1 {
  color:#bf0001;
  font-size: 2.5em;
  background: black;
}
.title {
  text-align: center;
  border: solid;
}
.center-image {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%; 
  height: auto;
}

.center-container {
  text-align: center;
}
a:link {
  font-size: 2.5em
  color: #990033;
}