.lado {
  background-color: tranparent;
  font-size: 20px;
  padding: 20px;
  display: block;
  text-align: right;
  margin-left: 0px;
  margin-right: 0px;
  color: darkturquoise;
  border-top: 5px solid;
  border-color: #e8e8e8;
}
body {
  text-align: left;
  background-color: darkturquoise;
  color: white;
  margin: 20px;
  padding: 0px;
  border-radius: 25px;
  border-bottom: 5px solid;
  border-color: #05a5ab;
}
.lado {
  background-color: white;
}
#a {
  border-radius: 25px 25px 0 0;
}
#b{
  display: block;
  text-align: left;
  font-size: 25px;
}
html {
  background-color: black;
  background-image: url('https://www.usda.gov/sites/default/files/usda_blog_images/2936_14765026726_b8a02d3989.jpg');
  background-size: cover;
}
h1 {
  text-align: center
}
img {
  border-radius: 20px;
  padding-left: 0px;
  border: 5px solid;
  margin-left: 20px;
  background-image: url('https://www.usda.gov/sites/default/files/usda_blog_images/2936_14765026726_b8a02d3989.jpg');
}
h2 {
  padding-left: 20px;
}
p {
  padding-left: 20px;
}
a {
  text-align: center;
  display: block;
  color: darkturquoise;
  background-color: white;
  border-radius: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-top: 5px solid;
  border-color: #e8e8e8;
}