h,h3,h1,h2 {
  color: white;
  margin: 5, auto;
  line-height: 2em;
  top: 30%;
  /*position: absolute;*/
  text-align: center;
}

body {
  width: 1000px;
  background-image: url(../images/Black.png);
  backdrop-filter: blur(10px) brightness(60%) contrast(40%);
  margin: 0 auto;
  text-align: center;
  color:white
}

img {
  display: block;
  margin: 0 auto;
}

a:link {
  color: #ebe53d
}

p {
  color: blanchedalmond;
  margin: 5, auto;
}