* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

#backgrd {
  background: url("../images/background.png");
  width: 1200px;
  height: auto;
  background-repeat: no-repeat;
  background-position: center top;
  /*border: 1px solid red;*/
  text-align: center;
  margin: auto;
  padding: 2px 0px 10px 0px
}

@media screen and (min-width:300px) and (max-width:500px) {
  #backgrd {
    width: 100%;
    height: 200px;
  }
}