body {
  background-color: #6C6263;
  background-image: url('images/damask-red.png');
  color: black;
}

.main {
  background-color: #262626;
  color: rgb(255, 255, 255); 
  padding: 20px;
  margin: 50px 100px;
  border-style: solid;
  border-color: #181818;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.769); 
}

div.center {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

h1.center,h2.center,h3.center,p.center {
  text-align: center;
}

img.center {
  display: block;
  margin: auto;
}

figcaption {
  text-align: center;
}

.navbar {
  text-align: center;
  font-family: 'PixelTimes';
}


@font-face {
    font-family: 'PixelTimes';
    src: url('/fonts/Pixel-Times.ttf'),
}

@font-face {
    font-family: 'PixelTimes bold';
    src: url('/fonts/Pixel-Times-Bold.ttf'),
}

p, ul, ol, figcaption, summary, td {
  font-family: 'Garamond';
}

h1, h2, h3, th {
  font-family: 'Garamond';
}

a, th {
  color: #811c28;
}