body { /*SetBackgroundBase*/
    background-color: black;
} header {
    text-align: center;
} a {
    margin: 15px;
    color: rgb(134, 123, 210);
} .indexPage { /*backgroundImageMainPage*/
    background-color: black;
    background-image: url(imageData/skyData.jpeg);
    background-position: top;
    background-attachment: fixed;
    background-repeat: repeat;
    background-size: 150%;
} .reportPage { /*centerTextForReport*/
    text-align: center;
} .jBall { /*LogoBox*/
    scale: 90%;
    width: 70%;
    height: auto;
    text-align: center;
    outline-style: ridge;
    outline-width: 5px;
    margin: 15px;
    padding: 15px;
    background-color: black;
} .row { /*CombineColumns*/
  display: flex;
  flex-wrap: wrap;
  padding: 0 5px;
} .column {
  flex: 25%;
  max-width: 25%;
  padding: 0 5px;
} #div1 { /*coreBox*/
    text-align: center;
    line-height: 15px;
    overflow-wrap: break-word;
    outline-style: ridge;
    outline-color: grey;
    outline-width: 5px;
    width: 85%;
    height: auto;
    border: 0px solid black;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 20px;
    background-color: black;
} #div2 { /*AnnouncmentBox (In Progress...)*/
    text-align: center;
    outline-style: ridge;
    outline-color: grey;
    outline-width: 5px;
    width: 175px;
    height: auto;
    padding-top: 0px;
    padding-bottom: auto;
    margin: auto;
    margin-top: 20px;
    background-color: black;
} #div3 {
    outline-style: ridge;
    width: 1000px;
    border: 15px solid black;
    padding: 10px;
    margin: 0px;
    background-color: black;
} #img1 {
    scale: 100%;
} #img2 {
    width: 400px;
    height: auto;
    display: block;
    margin: auto;
} #img3 {
    width: 500px;
    height: auto;
    display: block;
    margin: auto;
} h1 {
    color: white;
    font-style: italic;
    font-weight: 100;
}
h2 {color: white}
h3 {color: white}
h4 {color: white}
h5 {color: white}
h6 {color: white}
