@import url("https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css");
html {
  padding: 16px;
  margin: 0;
  height: 100%;
  box-sizing: border-box;
  background: #1e2125;
}

body {
  height: 100%;
  border-radius: 0;
  background: #18191d;
  padding: 0;
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #dedede;
  scroll-behavior: smooth;
  position: relative;
}

a {
  color: #12c2e9;
  font-weight: 400;
  font-size: 12px;
  padding: 0.5rem 1rem;
  border-bottom: 1px solid #18191d;
  text-decoration: none;
}
a:hover {
  color: #12c2e9;
  border-bottom: 1px solid #c471ed;
  text-decoration: none;
}

h1 {
  font-family: "Poppins", sans-serif;
  font-size: 50px;
  line-height: 1.2;
  margin: 0 0 16px 0;
  font-weight: 600;
  padding: 0;
  color: #1e2125;
}

.color-font-gradient {
  background: linear-gradient(to right, #12c2e9, #c471ed, #f64f59);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 15% 0 0 0;
}
#content span {
  font-weight: 200;
  color: #64748b;
}
#content .projects {
  letter-spacing: 0.5px;
  font-size: 14px;
  margin-top: 2rem;
  color: #64748b;
}

.span-header {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 2rem;
  text-transform: uppercase;
}

.btn.btn-circle {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 80px;
  padding: 12px 50px;
  border-radius: 8px;
  font-weight: 400;
  font-size: 1em;
}

.btn-outline-circle {
  color: #dedede;
  background: #12c2e9;
  border: 1px solid #12c2e9;
}
.btn-outline-circle:hover {
  color: #12c2e9;
  background: transparent;
  border: 1px solid #12c2e9;
}

@media screen and (max-width: 720px) {
  #content {
    padding-top: 80px;
  }
  h1 {
    font-size: 36px;
  }
}

/*# sourceMappingURL=styles.css.map */
