.full-body {
  display: block;
  margin: auto;
  padding-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fafafa;
  -o-object-fit: fill;
  object-fit: fill;
}

.full-body.link {
  outline-color: #f0f0f0;
  outline-style: none;
  outline-width: 3px;
  text-decoration: none;
}

.logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.linktree-links {
  margin-top: 5%;
}

.links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: auto;
  margin-top: 2%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #0a5da6;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 1.5rem;
}

.links:hover {
  background-color: #0b71ca;
}

.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(10, 93, 166, 0);
  outline-color: #f0f0f0;
  outline-style: none;
  outline-width: 3px;
  font-family: Poppins, sans-serif;
  color: #f0f0f0;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 500;
  text-decoration: none;
}

.link-2 {
  color: #fff;
  text-decoration: none;
}

.link-2.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 1rem;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.link-3.link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.paragraph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1%;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Poppins, sans-serif;
  font-size: 1rem;
  line-height: 24px;
  font-weight: 600;
  text-align: center;
}

.bold-text {
  font-family: Poppins, sans-serif;
  font-size: 0.875rem;
  line-height: 24px;
  font-weight: 500;
}

.image {
  padding: 10px;
  border-radius: 100%;
  background-color: #ececec;
  outline-color: #ececec;
  outline-offset: 0px;
  outline-style: solid;
  outline-width: 3px;
}

@media screen and (max-width: 991px) {
  .links {
    width: 90%;
  }

  .link {
    text-align: center;
  }

  .bold-text {
    line-height: 22px;
  }
}

@media screen and (max-width: 767px) {
  .links {
    width: 90%;
  }

  .paragraph {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 479px) {
  .full-body {
    padding-top: 20%;
  }

  .links {
    margin-top: 4%;
  }

  .link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 24px;
  }

  .paragraph {
    width: 90%;
    margin-top: 2%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .paragraph.heading1 {
    margin-top: 3%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .bold-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

