body {
  background-image: url(soccer-football-grass-field-vivid-green-background-strong-color-nice-texture-39511876.webp);
  background-repeat: repeat;

  font-family: "Courier New", Courier, monospace;

  /*background: rgb(204, 204, 204);
    background: radial-gradient(circle, rgba(204, 204, 204, 1) 21%, rgba(221, 86, 18, 1) 100%); */
}

#wrapper {
  width: 1000px;
  margin-left: auto;
  margin-right: auto;
  border: 5px solid #000;
}

header {
  background-image: url(OIP.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-y: -300px;
  background-color: white;
  
  color: #000;
  text-align: center;
  padding: 10px;

  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: bold;

  /* Text Border*/
  text-shadow:
    -2px -2px 0 #fff,  /* top-left */
     2px -2px 0 #fff,  /* top-right */
    -2px  2px 0 #fff,  /* bottom-left */
     2px  2px 0 #fff;  /* bottom-right */
}

header h2 {
  color: black;
  text-align: center;

  font-family: "Arial", sans-serif;
  font-size: 18px;
  font-weight: normal;
}

article {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 20px;
  border: 2px solid #000;
  border-radius: 0px;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  line-height: 1.6;
}

article#fantasyCalc {
  background-color: rgba(17, 5, 81, 1);
  padding: 20px;
  border: 2px solid #000;
  border-radius: 0px;
  font-family: "Arial", sans-serif;
  font-size: 18px;
  color: #fff;
  line-height: 1.6;
}
