body {
  background-image: url("../img/background.gif");
  background-repeat: repeat;
}

/* Unvisted Link */
a:link {
  color: DodgerBlue;
}

/* Visited Link */
a:visited {
  color: SlateBlue;
}

.flex-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-container2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header {
  background-color: #8c8888;
  border: 5px solid #2c2c2c;
  border-style: double;
  padding: 10px 20px 20px 20px;
  height: auto;
  max-width: 400px;
  border-radius: 10px;
}

.header p {
    /*background-color: black;*/
    color: white;
    justify-content: center;
    text-align: center;
    text-shadow: 2px 2px black;
    font-size: 18px;
    line-height: 1px;
}

.header h1 {
    color: white;
    line-height: 1px;
    text-shadow: 2px 2px black;
    font-family: "Old Standard TT", serif;
    font-weight: 400;
    font-style: normal;

}

.body-main {
  background-color: rgba(124, 52, 52, 0.9);
  border: 5px solid #2c2c2c;
  border-style: double;
  padding: 10px 20px 20px 20px;
  height: auto;
  max-width: 500px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.body-main h1 {
    color: white;
    text-shadow: 2px 2px black;
    line-height: 2px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.body-main p {
    color: white;
    text-shadow: black 1px 0 3px;
}

.body-links {
  background-color: rgba(93, 92, 92, 0.9);
  border: 5px solid #2c2c2c;
  border-style: double;
  padding: 10px 20px 20px 20px;
  height: auto;
  max-width: 500px;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.body-links h3 {
    color: white;
    line-height: 4px;
    text-shadow: 2px 2px black;
}

.footer {
    align-items: center;
}

.footer div {
    align-items: center;
    text-align: center;
}

.footer p {
    color:white;
    text-align: center;
}

.footer h6 {
    color: white;
}

img {
  max-width: 100%;
  height: auto;
}
