@import url("https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap");

body {
  background-color: #edf7fc;
}

.main-container {
  max-width: 750px;
  width: 96%;
  margin: auto;
  margin-top: 50px;
  margin-bottom: 40px;
}

.profile-picture {
  border-radius: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 110px;
}

.name {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 550;
  font-style: normal;
  color: #000e14;
  font-size: 18px;

  text-align: center;
  text-transform: uppercase;
}

.description-one {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #6c7980;
  font-size: 13px;
  line-height: 1.4em;
  max-width: 85%;

  margin: auto;
  text-align: center;
  margin-top: -7px;
  margin-bottom: 15px;
}

.description-two {
    font-family: "Lexend", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    color: #000e14;
    font-size: 14px;
    line-height: 1.4em;
    max-width: 80%;
  
    margin: auto;
    text-align: center;
    margin-bottom: 30px;
  }

.description-link {
  color: #000e14;
  text-decoration-color: #00ff96;
}

.link-button {
  font-family: "Lexend", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;

  margin-top: 15px;
  border: none;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #000e14;
  display:block;
  width: 100%;
  padding-top: 22px;
  padding-bottom: 22px;
  border-radius: 15px;
}

.link-button:hover {
  transform: scale(1.008);
  cursor: pointer;
}
