body {
  background-color: #cecece;
  font-family: "Raleway", sans-serif;
  color: rgb(34, 34, 34);
  margin: 0;
}

.container {
  width: 900px;
  margin: 0 auto;
}

.profile {
  text-align: center;
}

.foto-principal {
  width: 200px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  margin: 30px;
  padding: 10px;
}

h1 {
  margin-bottom: 0;
  letter-spacing: -1px;
  font-family: "PT Sans Narrow", sans-serif;
  font-size: 40px;
}

h2 {
  margin-top: 0;
  font-style: italic;
  color: rgb(70, 70, 70);
  font-weight: 100;
  letter-spacing: -1px;
}

h4 {
  margin-bottom: 5px;
}

h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-weight: 100;
  font-style: italic;
}

p {
  line-height: 25px;
}

.social-links {
  text-decoration: none;
}

.social-icons {
  width: 30px;
  margin: 5px;
}

.jobs-list {
  list-style: none;
  padding-left: 20px;
}

.footer {
  background-color: black;
  margin-top: 40px;
  color: white;
  text-align: center;
  padding: 10px 0;
}
