body {
  font-family: "Nunito", sans-serif; }
  body .section {
    padding: 100px 0px; }
  body .section.gray {
    background-color: #fafafa; }
  body #footer {
    text-align: center; }
    body #footer .heart {
      color: #ff0000; }
  body #education h3 {
    margin-bottom: 30px; }
  body #experience h3 {
    margin-bottom: 30px; }
  body #experience .items {
    cursor: pointer; }
  body #projects h3 {
    margin-bottom: 30px; }
  body #projects .cards {
    width: 100%;
    margin-bottom: 30px; }
  body #technologies .icon-list {
    font-size: 72px;
    justify-content: center;
    flex-direction: row;
    display: inline-flex;
    padding: 15px; }
  body #technologies h3 {
    margin-bottom: 30px; }
  body #hero {
    display: flex;
    height: 100vh;
    align-items: center;
    background-image: url(./images/bg.png);
    background-position: top;
    background-size: cover;
    background-repeat: no-repeat; }
    body #hero .icon-link {
      justify-content: center;
      flex-direction: row;
      display: inline-flex;
      width: 42px;
      height: 42px;
      align-items: center;
      font-size: 24px; }
    body #hero h1 {
      font-size: 72px;
      font-weight: 700; }

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