body {
  font-size: 22px;
  font-family: sans-serif;
  width: 700px;
  margin: 0 auto;
  background-image: url(../images/bg.jpg);
  /* background-repeat: no-repeat; */
  background-attachment: fixed;
  /* background-size: 300px; */
  /* background-size: 100%; */
  /* background-size: contain; */
  background-size: cover;
  background-position: right bottom;
}

p {
  line-height: 1.5em;
}

.img-html {
  float: left;
}

.img-css {
  float: right;
}
