body {
  background-color: lightblue;
  margin: 20px;
  text-align: justify;
}

h1 {
  text-decoration: underline;
  text-shadow: 3px 2px lightgreen;
  color: green;
}

.cabeceras{
  text-shadow: 3px 2px orange;
  color: green;
  margin-left: 30px;
  margin-right: 250px;
  margin-bottom: 5px;
  padding: 10px;
  border-style: double;
  border-color: orange;
  font-family: "tangerine",serif;
  font-size: xx-large;
}

.parrafos{
  color: black;
  margin-left: 30px;
  margin-right: 60px;
  margin-bottom: 20px;
  padding: 10px;
  background-color: mediumseagreen;
  border-style: groove;
  border-color: darkturquoise;
}

.foto{
  float: right;
  margin-right: 60px;
  border: inset;
  border-color: red;
}
