@font-face {
  font-family: Akvaleir_Normal;
  src: url(/fonts/Akvaleir_Normal_v2007.ttf);
}

@font-face {
  font-family: Champagne_LimousinesBold;
  src: url(/fonts/Champagne_LimousinesBold.ttf);
}

body {
  color: black;
  text-align: center;
  font-family: Champagne_LimousinesBold;
  background-image: url(/pictures/backgrounds/chess_hd_p768_type2.jpg);
  background-color: black;
  background-size: stretch;
  background-position: top;
  background-repeat: no-repeat;
}

h1 {
  color: red;
  font-family: Akvaleir_Normal;
  font-size: 400%;
  margin: auto;
}

.slot {
  margin-top: 20px;
}

.redstyle {
  color: red;
  font-family: KapitanfFont2;
  font-size: 16px;
  font-weight: bold;
  border: 1px solid red;
  border-radius: 3px;
  margin: auto;
  float: left;
}

.redstyle:hover {
  color: white;
  background-color: red;
  cursor: default;
}

.redstyle:active {
  color: white;
  background-color: lightblue;
}

section {
  text-align: left;
  width: 320px;
  margin: 0 auto;
  padding: 5px;
  align-items: center;
}

pa0 {
  color: red;
  font-weight: bold;
  font-size: 24px;
}

pa1 {
  color: red;
}

pa2 {
  color: #777;
}

h3 {
  color: red;
  text-align: center;
}

p {
  color: orange;
  font-family: KapitanfFont2;
  padding-left: 10px;
  background-color: #ffffff;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

pb {
  color: lightblue;
  font-size: 10px;
  margin: auto;
  float: right;
  width: 200px;
}

img {
  width: 320px;
  height: auto;
  display: block;
  margin: 0 auto;
}

.frame {
  background: black;
  padding: 0;
  text-align: center;
  display: inline-block;
  width: 320px;
  border: 1px solid red;
  border-radius: 0;
  align-items: center;
}

.frame video {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0;
}

ul {
  color: red;
}

a:link,
a:visited {
  color: red;
  text-decoration: none;
}

a:hover {
  color: darkred;
}
