
@font-face
{
  font-family: "SoulsideBetrayed";
  src: url("/fonts/SoulsideBetrayed.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face
{
  font-family: "Eleanora";
  src: url("/fonts/Eleanora.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

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

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

div.TextBox
{
  width: 80%;
  max-width: 800px;
  background-color: #300000cf;
  margin: 24px auto;
  padding: 18px;
  text-align: left;
  border-color: #ffffef;
  border-style: solid;
  border-width: 1px;
}

h1, h2
{
  text-align: center;
  text-shadow : 0px 0px 40px #7f0000, 0px 0px 32px #000000;
  font-family: "SoulsideBetrayed";
}

h1
{
  font-size: 64px;
}

h2
{
  font-size: larger;
}

a
{
  color: #ffffef;
}

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

img.TarokkaCard
{
  width: 50%;
  border-radius: 20px;
  text-align: center;
  padding-bottom: 12px;
}
