* {
  box-sizing: border-box;
  -webkit-font-smoothing: none;
  font-family: "Venice Classic", sans-serif;
  line-height: 1.2;
}

body {
  background: #c0c0c0;
  padding: 32px;
  image-rendering: pixelated;
}

header {
  text-align: center;
  background-color: rgba(218, 165, 32, 0.6);
  padding: 20px;
}

section {
  padding: 25px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: black;
  background-color: rgba(218, 165, 32, 0.6);
  padding: 0;
  margin: 0;
  text-shadow: -1px -1px 1px white;
  line-height: 100%;
}

h1 {
  font-size: 96px;
  line-height: 100%;
}

h2 {
  font-size: 36px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 26px;
}

p {
  margin-bottom: 2em;
  font-size: 30px;
}

a {
  text-decoration: none;
}

a:link {
    color: #00F;
}

a:hover {
    color: #F00;
  text-decoration: underline;
}

a:visited {
    color: #888;
}

a:active {
    color: #0F0;
}

li {
  font-size: 22px;
}

table {
  background: goldenrod;
  border: 5px ridge(2, 2, 1);
  margin: auto;
  text-align: left;
}

td {
  border: 4px ridge;
  padding: 5px;
  font-size: 30px;
}

body {
  background-image: url(bg.jpg);
  image-rendering: pixelated;
}

div.divider {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

td img {
    float: right;
}

.counter {
    text-align: center;
}
