@font-face {
    font-family: 'PixelOperator';
    src: url(fonts/PixelOperator.ttf);
}
* {
    font-family: PixelOperator;
    font-weight: bold;
}
a {
    color: white;
    text-decoration: none;
}
a:hover{
    color: black; 
}
body {
    background-color: #f2f0ba;
    background-image: url(images/resources/Stones.png);
    background-repeat: no-repeat;
    background-size: 100%;
    }
.post {
    width: 700px;
    margin-bottom: 5px;
    margin: 5px auto;
    overflow: hidden;
}
p {
    padding: 0px 10px;
    font-size: 34px;
    text-align: justify;
    color: white;
    text-shadow: 2px 2px 4px black;
}
h1 {
    font-size: 50px;
    text-align: center;
    color: white;
    text-shadow: 2px 2px 4px black;
}
img {
    width: 700px;
    margin: 20px 10px;
    padding: 10px 0px;
    filter: drop-shadow(2px 2px 4px black);
  }
li {
    list-style: none;
}