@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@900&display=swap");
.wrapper {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow-x: hidden;
}

.content1 {
  min-height: 68.5vh;
  padding: 50px;
  background: #cdcdcd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content1 .contents * {
  font-size: 20px;
}

.content1 *.list-title {
  color: #222;
  font-weight: bold;
  font-size: 30px;
  padding-bottom: 5px;
}

.content1 h2.list-title {
  color: #222;
  font-weight: bold;
  font-size: 50px;
  padding-bottom: 10px;
}

.content1 li:nth-last-child(1) {
  padding-bottom: 10px;
}

.content1 .aboutme {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.content1 .aboutme .txt-box {
  max-width: 750px;
}

.pfp {
  width: 200px;
  height: 200px;
  border-radius: 15px;
  border: 5px solid white;
  margin: 25px;
}

* {
  margin: 0;
  padding: 0;
}

body {
  height: 100vh;
  width: 100vw;
  font-family: "Roboto", sans-serif;
}

ul.contents * {
  text-decoration: none;
  text-align: center;
  color: #111;
  list-style: none;
}

ul.contents *.contents-link {
  text-decoration: none;
  color: #111;
}

ul.contents *.contents-link::after {
  content: "";
  display: block;
  margin: 0 auto;
  padding-top: 0px;
  border-bottom: 1px solid #111;
  width: 0;
  -webkit-transition: 1s;
  transition: 1s;
}

ul.contents *.contents-link:hover::after {
  width: 100%;
}

footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #ffffff;
  padding: 10px;
}

footer * {
  margin: 5px 0 5px 0;
}

footer .links {
  font-size: 25px;
}

footer .links a {
  text-decoration: none;
  color: white;
  padding: 0 2.5px 0 2.5px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

footer .links .fa-youtube:hover {
  color: #c23f3f;
}

footer .links .fa-twitter:hover {
  color: #4abcdf;
}

footer .links .fa-tiktok:hover {
  color: #3633dd;
}

.bg-gradient {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100vw;
  background-image: -webkit-gradient(linear, right top, left top, from(#ffd35b), color-stop(#ff8a5b), to(#e73b83));
  background-image: linear-gradient(270deg, #ffd35b, #ff8a5b, #e73b83);
}

.nav {
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nav .title {
  white-space: nowrap;
  margin-right: auto;
  font-size: 30px;
  padding: 20px 0;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

.nav .title img {
  width: 40px;
}

.nav .title * {
  margin: 0 10px 0 15px;
}

.nav .items {
  width: 100%;
  position: relative;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav .items * {
  color: #ffffff;
  text-decoration: none;
}

.nav .items .item {
  right: 0;
  display: inline-block;
  width: 120px;
  font-size: 20px;
}

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

h1 {
  font-size: 30px;
  color: #ffffff;
}

.fas {
  font-size: 0;
}

.fa-bars {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}

@media (max-width: 800px) {
  .fas {
    display: block;
    color: #ffffff;
    margin: 10px;
    font-size: 25px;
    cursor: pointer;
  }
  .nav .title {
    padding: 15px 0;
    font-size: 30px;
  }
  #navLinks {
    background: #ffc65b;
    position: absolute;
    height: 100vh;
    width: 200px;
    top: 0;
    right: -200px;
    text-align: left;
    z-index: 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
  }
  #navLinks .fa-times {
    position: absolute;
    top: 10px;
    right: 10px;
    margin: 10px;
  }
  #navLinks .item {
    width: auto;
    margin: 20px;
    background: rgba(0, 0, 0, 0);
  }
  #navLinks .item a:hover:after {
    width: 0;
  }
  #navLinks .item:hover {
    background: rgba(0, 0, 0, 0);
  }
  h1 {
    font-size: 20px;
  }
  body {
    overflow-x: hidden;
    overflow-y: auto;
  }
  footer div a {
    -webkit-transition: 0s;
    transition: 0s;
  }
}
/*# sourceMappingURL=styles.css.map */