.profile-box {
  width: 400px;
  height: 460px;
  background: rgba(0, 0, 0, 0.5);
  padding: 40px;
  color: white;
  margin: 0 auto;
  margin-top: 12.5%;
  text-align: center;
  font-family: 'Bold', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.profile-box p {
  font-family: 'Normal', Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
}

.profile-box h1 {
  margin-top: 20px;
  margin-bottom: 0px;
  font-size: 50px;
}

.profile-box h2 {
  font-size: 20px;
}

.prof-pic {
  margin: 0 auto;
  border-radius: 50%;
  height: 200px;
  width: 200px;
}

.social-icons {
  font-size: 40px;
  padding-top: 10px;
}

.social-icons a {
  color: white;
  padding: 0px 10px 0px;
}

.line-break {
  width: 350px;
  margin: 0 auto;
  border-top: 1px solid white;
}

html {
  background: url(../img/lisbon.jpg);
  -webkit-background-size: cover;
  -moz-backgrond-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
}

@font-face {
  font-family: "Bold";
  src: url("../fonts/D-DIN-Bold.otf");
}

@font-face {
  font-family: "Normal";
  src: url("../fonts/D-DIN.otf");
}
