body {
  color:red;
  text-align:center;
  background-image:url(https://lunarnotfound.neocities.org/pages/yumebg.jpg);
}
div {
  text-align:left;
  color:darkred;
  background-color:pink;
}
.img {
  float:left;
  width:300px;
}
.txt {
  border:2px hotpink dashed;
}