@font-face {
  font-family: myFont;
  src: url("Freebooter-6yn1.ttf");
}
body
{
  font-family: myFont;
  font-size:25px;
    background-image:url(Table.png);
    background-size: 100%;
    background-repeat: repeat;
}
#paper
{
    overflow: auto;
    background-image: url(paper.jpg);
    background-size: 100%;
    height: 93%;
    width: 38%;
    margin-left: 31%;
     margin-right: 31%;
     margin-top: 2%;
       margin-bottom: 2%;
}
h1{
    text-align: center;
}
.Plakat
{
    padding: 0%;
    margin-left: 2%;
     margin-right:0%;
    float: left;
    filter: sepia(75%);
    height: 30%;
    width: 25%;

}
.yaping{
     margin-right: 2%;
    float: left;
    padding: 3%;
    height: 33%;
    width: 60%;
    float:left;
}
p
{
    margin:3%;
}