* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-image:url(../images/topssr.jpg), linear-gradient(180deg, white 60%, #fdeded);
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
}

.container {

 width: 1200px;
  margin: 0 auto;
 padding:40px;

margin-top:40vw;
margin-bottom:10vw;
 box-shadow: 0px 5px 5px #ddd;
min-height:600px;
}
@media screen and (max-width: 1200px) {
  .container {
    width: 100vw;
  }
}
.container > img {
 width: 100%;
    margin-bottom: 40px;
}
.container > h2 {
  text-align: center;
  padding: 10px;
}
.container > p {
  text-indent: 2em;
  font-size: 1.5em;
  line-height: 2em;
  text-align: justify;
}

/*# sourceMappingURL=show.css.map */