/* CSS is how you can add style to your website, such as colors, fonts, and positioning of your
   HTML content. To learn how to do something, just try searching Google for questions like
   "how to change link color." */
   
@font-face{
	font-family: "PixTitle";
	src: url(/pixel-game-font/PixelGame-R9AZe.otf);
}
@font-face{
	font-family: "PixText";
	src: url(/ithaca-font/Ithaca-LVB75.ttf) format('truetype');
}
   
.merriweather-<uniquifier> {
  font-family: "Merriweather", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
}

h1, h2{
  font-family: "PixTitle";
  color: #ffffff;
}

p{
  font-family: "PixText";
  color: #ffffff;
}

.postHome{
    font-size: 20px;
    line-height: 1.7;
    margin-left: 18px;
    margin-right: 18px;
    text-align: center;
	  justify-content: center;
}

body {
  height: 100vh;
  background-image: url('/photo2.png');
  background-position: center; /* Center the image */
  background-repeat: no-repeat; /* Do not repeat the image */
  color: black;
  font-family: Verdana;
  
}

h2 {
	text-align: center;
	justify-content: center;
}

.h1Home{
	text-align: center;
	justify-content: center;
}

.postContainer{
	text-align: center;
	justify-content: center;
	max-width: 800px;
	height: 600px;
	overflow-y: scroll;
  margin: auto;
  background-color: #d65d00;
  border: 3px solid #692d00;
-webkit-box-shadow: 0px 0px 26px 10px #FF5500; 
box-shadow: 0px 0px 26px 10px #FF5500;
}
