* {box-sizing:border-box; }

p {
    padding:0px;
    margin:0px;
    border:none;
}

body {
   font-family: Courier, "Lucida Console", monospace;
   width:1124px;
   padding:50px;
   margin:auto;
   margin-top: 100px;

  background: url(MattaKvadrat.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

story {
    display:inline-block;
    width: 400px;
    border: 1px solid black;
    color: black;
    background: white;
    padding:10px;
    margin:10px;
}

img {
    margin:10px;
}

