@font-face {
    font-family: beKind;
    src: url(../css/bekind.otf);
    font-weight: bold;
}

html {
    background-image: url(../images/bg.png);
    display: table;
    margin: auto;
    background-attachment: fixed;
}

body {
    display: table-cell;
    vertical-align: middle;
}

.headerbox {
    background-image: url(../images/bg2.png);
    border: 4px silver outset;
    border-radius: 10px;
    padding: 1em;
    margin: 3em;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
    text-align: center;
}

.gamebox {
    background-image: url(../images/bg3.png);
    border: 4px silver outset;
    border-radius: 10px;
    padding: 1em;
    margin: 3em;
    box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
}

a.biglink,
a.biglink:visited {
  background-image: url(../images/bg2.png);
  border: 4px silver outset;
  border-radius: 10px;
  padding: 1em;
  margin: 3em;
  box-shadow: 0px 8px 8px rgba(0, 0, 0, 0.2);
  font-size: 2em;
  text-shadow: 0px 2px 4px black;
  transition-duration: 0.4s;
  text-align: center;
  text-decoration: none;
  font-family: beKind;
  color: white;
}

a.biglink:hover {
  text-shadow: 0px 2px 4px white;
  border: 4px white inset;
  transition-duration: 0.6s;
  text-decoration: none;
  box-shadow: 0px 8px 24px rgba(255, 255, 255, 0.2);
}

.align_center {
    text-align: center;
}

img {
    display: inline-block;
    border: 4px silver outset;
    border-radius: 10px;
    width: 50%;
    box-shadow: 1px 1px 2em white;
    transition-duration: 0.4s;
}
img:hover {
    box-shadow: 1px 1px 3em white;
    transition-duration: 0.4s;
}

h1 {
  font-size: 4.5em;
  text-shadow: 0px 2px 4px black;
}

h2 {
  font-size: 3em;
  text-shadow: 0px 2px 2px black;
}

h3 {
  font-size: 2em;
  text-shadow: 0px 2px 2px black;
}

h4 {
  font-size: 1.5em;
  text-shadow: 0px 2px 2px black;
}

h1,
h2,
h3,
h4,
p,
ul,
li {
    color: white;
    text-align: center;
    text-shadow: 0px 2px 4px black;
    padding-left: 2em;
    padding-right: 2em;
}

p {
    margin-left: 12em;
    margin-right: 12em;
}

h1, h2, h3, h4 {
    font-family: beKind;
}

header,
section {
    max-width: 75em;
    min-width: 45em;
}
