* {
  margin: 0;
  padding: 0;
}

body {
  height: 100%;
}

body {
  color: #000000;
  background: rgb(121, 166, 179);
  background: radial-gradient(circle, rgba(121, 166, 179, 1) 0%, rgba(71, 99, 107, 1) 100%);
}

.profile {
  text-align: center;
  margin-top: 30px;
  font-family: 'Josefin Sans', sans-serif;
}

.profile-pic {
  width: 100px;
  height: 100px;
  border-radius: 80px;
  border: 2px solid #f0f0f0;
  box-shadow: 0 0 4px #000;
}

h1 {
  margin-top: 12px;
  letter-spacing: -2px;
}

h2 {
  font-size: 20px;
  font-weight: 300;
  letter-spacing: -1px;
}

.social {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
  margin-top: 30px;
}


.social img {
  width: 30px;
}

.link-list {
  list-style: none;
  margin-top: 25px;
}


.link-list li {
  font-family: 'Signika Negative', sans-serif;
  margin: 10px 20px;
}

.link-list li a {
  display: block;
  background-color: white;
  text-decoration: none;
  padding: 15px 20px;
  color: #708090;
  border-radius: 10px;
}

.link-list li a h2 {
  color: rgb(44, 72, 80);
  display: block;
}

.link-list li a p {
  color: gray
}