body, html {
  width: 100%;
}

body {
  max-width: 1920px;
  margin: auto;
  position: relative;
}
body .container {
  width: 100%;
  position: absolute;
  top: 0;
}
body .content h1 {
  font-family: Nunito, sans-serif;
  font-size: 3em;
  text-align: center;
  margin-bottom: 1.5em;
}
body .content .code, body .content .software {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
}
body .content .code h2, body .content .software h2 {
  font-family: Nunito, sans-serif;
  text-align: center;
}
body .content .code .card-container, body .content .software .card-container {
  margin: 2em;
  max-width: 850px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
body .content .code .card-container .card, body .content .software .card-container .card {
  background-color: #151515;
  margin: 1em;
  padding: 0.8em;
  border-radius: 20px;
  text-align: center;
}
body .content .code .card-container .card img, body .content .software .card-container .card img {
  width: 5em;
  height: 5em;
}
body .content .code .card-container .card h3, body .content .software .card-container .card h3 {
  font-family: Nunito, sans-serif;
  text-align: center;
}

@media screen and (max-width: 500px) {
  body > svg {
    transform: scale(1, 1.5);
  }
}

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