*,
*::before,
*::after {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  text-align: center;
  font-size: 2rem;
  padding: 4rem 0;
  width: 60rem;
  margin: 0 auto;
}

@media only screen and (max-width: 600px) {
  html {
    font-weight: 50%;
  }
  body {
    width: 96%;
    margin: 0 auto;
  }
}

a {
  text-decoration: none;
  color: white;
  display: block;
  padding: 2rem 1rem;
  margin: 1rem 0;
  border-radius: 8px;
  width: 100%;
  -webkit-box-shadow: 0px 8px 16px rgba(142, 142, 143, 0.657);
          box-shadow: 0px 8px 16px rgba(142, 142, 143, 0.657);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-transform: uppercase;
}

a:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
}

.title {
  color: #5271ff;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.hero-section,
.free-resources,
.communities {
  padding-bottom: 4rem;
}

.hero-section img {
  width: 150px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 8px 16px rgba(0, 26, 255, 0.657);
          box-shadow: 0px 8px 16px rgba(0, 26, 255, 0.657);
}

.hero-section p {
  font-size: 2rem;
  padding-top: 1rem;
  color: #b9b9b9;
}

.javascript-pdf {
  background: #ffe401;
  color: black;
}

.node-js-pdf {
  background: #80bd01;
}

.personal-blog {
  color: black;
  background: antiquewhite;
}

.discord {
  background: #7289da;
}

.github {
  background: #323131;
}

.medium,
.dev {
  background: #000000;
}

.linkedin {
  background: #017dbb;
}

.twitter {
  background: #1da1f2;
}

.behance {
  background: #0057ff;
}
/*# sourceMappingURL=style.css.map */