body {
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
}

body header img {
  max-height: 20em;
  max-width: 100%;
}

body header {
  text-align: center;
}

body section img.avatar {
  max-height: 24em;
  max-width: 100%;
  border-radius: 10%;
  margin: 1em;
}

body section#fotopart {
  max-width: 30%;
  float: right;
}

body section.sidebyside {
  margin-right: 1em;
  margin-left: 1em;
}

body footer {
  clear: both;
  text-align: center;
}

body footer img {
  max-width: 100%;
}
