body {
  background-color: teal;
  /*  font-family: sans-serif;*/
  font-family: 'Open Sans', sans-serif;
}

section {
  -webkit-box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.5);
  margin-left: auto;
  margin-right: auto;
  max-width: 500px;
  margin-top: 100px;
  background-color: white;
  padding: 15px;
  border: 1px solid black;
  border-radius: 5px;
}

section h1 {
  font-size: 25px;
}

header {
  height: 80px;
  background-image: url('https://cdn.fstoppers.com/styles/large-16-9/s3/lead/2018/11/stop-taking-cliche-and-iconic-landscape-images.jpg');
  background-size: cover;
  /*background-position: right 50% bottom 70%;*/
  border-radius: 5px;
}

div {
  padding: 15px;
  border: 1px solid;
  border-radius: 5px;
  background-color: #bac3d6;
}

.foto {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  border: 8px solid white;
  margin-left: auto;
  margin-right: auto;
  display: block;
  transform: translateY(-50%);
}

.icon {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  margin-left: 2%;
  transform: translateY(25%);
}