body {
  background-color: black;
  color: white;
  font-family: Verdana;
  background-image: url(bkmayb2.png);
}
.article {
  width: 1000px;
  background-color: rgb(21, 18, 30);
  height: auto;
  margin: 30px auto 30px auto;
  text-align: center;
  padding-top: 10px;
}
header {
  background-image: url(logo2.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
}