body {

background: rgba(255, 255, 250, 1.0);
background: linear-gradient(180deg, rgba(255, 255, 250, 1.0), rgba(232, 255, 237, 1.0));

  color: #2b653d;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
}

.profile-picture {
  display: block;
  margin-left: auto;
  margin-right: auto;

  margin-top: 10%;
  height: auto;
  max-width: 100px;

  border-radius: 50%;
}

.profile-name {
  text-align: center;
font-weight: 700;
  padding-top: 30px;
  font-size: 28px;
}

.profile-user {
  text-align: center;
font-weight: 500;
  padding: 10px;
  font-size: 16px;
}

.profile-footer {
  text-align: center;
font-weight: 500;
  padding: 30px;
  font-size: 12px;
}

.links {
  text-align: center;
  margin-top: 20px;
  border: 1px solid #95c2a2;
  border-width: 2px;
  padding: 20px;

  width: 290px;
  display: block;
  margin-left: auto;
  margin-right: auto;

  border-radius: 40px;

  font-size: 18px;
}

a {
  text-decoration: none;

  color: #95c2a2;
  transition: color 1s;
}

a:hover {
  color: rgb(21, 71, 42);
  background-color: #95c2a270;
}
