h1 {
  color: rgb(209, 197, 173);
  line-height: 0.9em;
  font-size: 52px;
}

h2 {
  color: rgb(209, 197, 173);
  font-size: 33px;
}
h3 {
  color: rgb(209, 197, 173);
}

h4 {
  font-size: 21px;
}

body {
  font-family: "NexaBold";
}

.card__content {
  width: inherit;
  margin-top: 23%;
  text-align: center;
}

.familiar__list {
  display: block;
  font-size: 3.2em;
  text-align: center;
}

.familiar__list i {
  margin: 20px;
}

.name {
  position: absolute;
  bottom: 6%;
  margin-left: 2%;
}

.frame {
  position: fixed;
  height: 55%;
  right: 0;
  bottom: 0;
  width: 100%;
  padding-left: 6%;
  padding-right: 6%;
  padding-top: 5%;
}

.links {
  position: fixed;
  padding-left: 12%;
  padding-top: 6%;
  top: 0;
  left: 0;
}

.social-links ul {
  margin-left: 0px;
}

.name_banner {
  position: fixed;
  bottom: 5%;
  border-radius: 0px 20px 20px 0px;
  width: 25%;
  height: 20%;
  padding: 30px;
  text-align: bottom;
  background-color: rgba(95, 95, 95, 0.473);
  backdrop-filter: saturate(20%) blur(40px);
  z-index: 4;
  box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1);
}

.social-links ul > li {
  color: rgb(209, 197, 173);
  font-size: 28px;
  display: inline-block;
  padding: 15px;
}

.social-links {
  text-align: center;
  border-radius: 20px;
  width: 260px;
  height: 65px;
  background-color: rgba(95, 95, 95, 0.473);
  backdrop-filter: saturate(20%) blur(40px);
}

.project_list li {
  color: rgb(209, 197, 173);
}

.card__tail p {
  color: rgb(209, 197, 173);
}

a {
  color: inherit;
  text-decoration: none;
}
.project_list p {
  font-size: 1.2em;
}

.background {
  border-radius: 20px 20px 0px 0px;
  width: 100%;
  height: 100%;
  filter: brightness(0.75);
  -webkit-filter: brightness(0.75);
  -moz-filter: brightness(0.75);
  -ms-filter: brightness(0.75);
  -o-filter: brightness(0.75);
  background-color: rgba(95, 95, 95, 0.473);
  backdrop-filter: saturate(20%) blur(40px);
}

canvas {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  filter: url("#goo2");
}

body {
  background-color: #0e1111;
}

@media screen and (max-width: 600px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 17px;
  }

  h4 {
    font-size: 7px;
  }

  .familiar__list {
    font-size: 37px;
  }

  .familiar__list i {
    margin: 20px;
  }
}

@media screen and (min-width: 600px) {
  h1 {
    font-size: 39px;
  }

  h2 {
    font-size: 19px;
  }

  h4 {
    font-size: 9px;
  }

  .familiar__list {
    font-size: 32px;
  }

  .familiar__list i {
    margin: 8px;
  }
}

@media screen and (min-width: 800px) {
  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 22px;
  }

  h4 {
    font-size: 12px;
  }

  .familiar__list {
    font-size: 36px;
  }

  .familiar__list i {
    margin: 10px;
  }
}

@media screen and (min-width: 1000px) {
  h1 {
    font-size: 45px;
  }

  h2 {
    font-size: 25px;
  }

  h4 {
    font-size: 16px;
  }

  .familiar__list {
    font-size: 40px;
  }
  .familiar__list i {
    margin: 13px;
  }
}

@media screen and (min-width: 1200px) {
  h1 {
    font-size: 48px;
  }

  h2 {
    font-size: 28px;
  }

  h4 {
    font-size: 18px;
  }

  .familiar__list {
    font-size: 45px;
  }
  .familiar__list i {
    margin: 16px;
  }
}

@media screen and (min-width: 1400px) {
  h1 {
    font-size: 52px;
  }

  h2 {
    font-size: 33px;
  }

  h4 {
    font-size: 21px;
  }

  .familiar__list {
    font-size: 52px;
  }
  .familiar__list i {
    margin: 20px;
  }
}

@media screen and (min-width: 1800px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 38px;
  }

  h4 {
    font-size: 26px;
  }

  .familiar__list {
    font-size: 60px;
  }

  .familiar__list i {
    margin: 25px;
  }
}
