body{
  display: flex;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
  text-align: justify;
  font-family: 'Lato', sans-serif;

}

img {
  width: 100px;
  height: 100px;
}

.img-respiracion {
  width: 300px;
  height: 240px;
}

.title-autorregulacion{
font-size: 30px;
}

h1 {
color: #3fb3d4;
font-size: 20px;
text-align: center
}

h2 {
color: black;
font-size: 15px;

}

table, th, td {
  border: 1px solid black;
  padding: 10px;
}

table {
  border-collapse: collapse;
}