*{
  padding: 0;
  margin: 0;
}

body {
  font-family: Lato, "Noto Sans", sans-serif;
  color: rgb(80 80 80);
}

.wrapper-header{
  display: flex;
  background-color: rgb(232 234 236);
}

.photo{
  width: 300px;
  height: 300px;

  /* width: 50%; */
}

.photo-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 0 0;
}

.name {
  font-size: 70px;
  margin-bottom: 30px;
}

span{
  color: rgb(60 60 60);
}

.wrapper-name.col {
  margin-top: auto;
}

.wrapper-contact-info.col-12 {
  margin: auto 0 0;
}

.profession{
  font-size: 30px;
  font-weight: 100;
}

.about-me {
  text-align: justify;
  margin: 0;
}

.year{
  font-weight: 100;
}

.caption{
  font-weight: bold;
}