html,body{
  margin: 0;
  padding:0;
}

body{
  background: #8bb8ca;
  text-align: center;
}

.placeholder-image{
  margin-top: 3em;
  width:650px;
  height: auto;
}

@media only screen {
  .placeholder-image{
    width: 90%;
  }
} /* Define mobile styles */


@media only screen and (min-width: 40.063em) {
  .placeholder-image{
    width: 630px;
  }
} /* min-width 641px, medium screens */
