body {
  background-color: dimgray;
  margin: 0;
}

/* tipografía */
h2 {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-style: normal;
}

h3,
h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-style: normal;
}

h1 {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  font-style: normal;
}

/* textos */
h1,
h2,
h3,
h4 {
  margin: 0;
  color: white;
}

h1 {
  font-size: 25px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 13px;
}

/* sección */
section {
  margin: 30px;
  width: 200px;
}

/* listas */
ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* enlaces */
a {
  text-decoration: none;
}

a:hover {
  opacity: 80%;
}

/* img rrss */
footer img {
  margin: 2px 6px 0 0;
  border: 2px solid white;
  border-radius: 5px;
  height: 32px;
  width: 32px;
}

footer div {
  float: left;
}
