body {
  margin: 0;
  text-align: center;
  font-family: "Segoe UI", Arial, sans-serif;
  background-color: #FFFEFA;
}

.top-container {
  width: 100%;
  height: 600px;
}

.title {
  color: #6d6d68;
}

.my-name {
  font-weight: 100;
  font-size: 55px;
  padding-top: 150px;
}

.portrait {
  border-radius: 50%;
  width: 250px;
  height: 250px;
  margin-bottom: 50px;
}

.role-title {
  font-size: 30px;
  padding-bottom: 15px;
  font-weight: 100;
}

.social-links {
  display: flex;
  justify-content: center;
  gap: 30px;
}

.social-link {
  width: 35px;
  height: 35px;
  opacity: 0.7;
  background-size: 100%;
  display: block;
}

.social-link:hover {
  opacity: 1;
}

.linkedin, .email, .facebook, .instagram, .phone, .whatsapp, .github {
  background-size: 100%;
}

.linkedin { background-image: url("../images/linkedin@2x.png"); }
.email { background-image: url("../images/email@2x.png"); }
.facebook { background-image: url("../images/facebook@2x.png"); }
.instagram { background-image: url("../images/instagram@2x.png"); }
.phone { background-image: url("../images/phone-call.png"); }
.whatsapp { background-image: url("../images/whatsapp@2x.png"); }
.github { background-image: url("../images/github@2x.png"); }

.mid-container {
  background-color: #fff;
}

.footer {
  color: #000;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  font-size: 15px;
  font-weight: 300;
}
