
body, html
{
  background-color: #1b2d13;
  background-image: url("/images/LargeForest.jpg");
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom;
  color: #ffffef;
  font-size: large;
}

div.MasterBox
{
  width: 100%;
  text-align: center;
  position: relative;
  justify-content: center;
}

div.TextBox
{
  width: 640px;
  background-color: #003f3faf;
  margin: 24px auto;
  padding: 18px;
  text-align: left;
  border-color: #ffffef;
  border-style: solid;
  border-width: 1px;
}

h1, h2
{
  text-align: center;
  text-shadow: 2px 2px #000000;
}

h1
{
  font-size: 64px;
}

h2
{
  font-size: larger;
}

a
{
  color: #ffffef;
}

img.Map
{
  width: 640px;
  border-radius: 20px;
  text-align: center;
}

