body {
  margin: 0;
  background-image: url("../pictures/damask1.jpg");
  background-repeat: repeat;
  font-family: "Consolas", "Lucida Console", "Courier New", monospace;
}
.rounded-box {
  background-color: black;
  color: white;
  max-width: 740px;
  width: 100%;
  padding: 20px;
  margin: 20px auto;
  border-radius: 15px;
}
.rounded-box img {
  max-width: 100%;
  height: auto;
  display: block;
}
p {
  margin-bottom: 14px;
}