html,body {
  width: 100%;
  height: 100%;
}
body {
  background-image: url(bg2.jpg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
header {
  line-height: 40px;
  padding-top: 60px;
  color: #4D1A1A;
  font-family: 'Raleway', cursive;
  text-align: center;
  font-size: 35px;
}
img {
  margin-top: 20px;
  margin-bottom: 60px;
}
