@font-face {
  font-family: Bani;
  src: url( "assets/paca/Bani-Regular.ttf" );
}

body {
  background-image: url( "assets/paca/paca_bg_tile_polkadots.png" ) ;
}

p {
  margin: 0;
  font-size: 24px;
  font-family: Bani;
}

a {
  font-size: 24px;
  font-family: Bani;
}

a:hover {
  color: LightGrey;
}

hr {
  color: White;
}

#header {
  text-align: center;
  background-color: rgba( 73, 47, 115, 0.9 );
  outline: none;
  outline-offset: -8px;
  border-radius: 32px;
  margin-bottom: 16px;
}

#sitename {
  font-size: 64px;
}

#pagecontents {
  text-align: center;
  background-color: rgba( 73, 47, 115, 0.9 );
  outline: none;
  outline-offset: 0;
  border-radius: 32px;
  margin-top: 16px;
  margin-bottom: 16px;
}

#pagecontents img {
  width: 512px;
  height: auto;
  border-radius: 32px;
}

#pagecontents a img:hover {
  outline: 8px solid white;
  outline-offset: -8px;
}

#footer {
  text-align: center;
  background-color: rgba( 73, 47, 115, 0.9 );
  outline: none;
  outline-offset: 0;
  border-radius: 32px;
  margin-top: 16px;
}