body {
  font-family: -apple-system, BlinkMacSystemFont, segoe ui, Roboto, Oxygen, Ubuntu, Cantarell, open sans, helvetica neue, sans-serif;
  background-color: #f0f0f0;
  margin: 0;
}

.wrapper {
  display: block;
  width: 100vw;
  overflow-x: hidden;
  text-align: center;
  font-size: 14pt;
  padding: 0 10%;
  margin: 0;
  margin-bottom: 2rem;
  box-sizing: border-box;
}

footer {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  margin-bottom: 1rem;
  text-align: center;
}

.content {
  display: block;
  margin: 2.5rem auto;
  padding: 0 2.5rem;
  max-width: 960px;
}
@media (max-width: 800px) {
.content {
  margin: 1rem auto;
}
}

.content h1, .content h2 {
  text-align: center;
}

.content .icon-header {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: start;
} 
.content .icon-header span{
  margin-left: 0.5rem;
}

.content p {
  text-align: justify;
}

.contact {
   text-align: center !important;
   margin: 2.5rem 0;
}

.portfolio-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
}
@media (max-width: 800px) {
  .portfolio-wrapper {
    flex-direction: column;
  }
}

h1.eye-catcher {
  font-family: Cochin, Georgia, Times, serif;
  font-size: 8rem;
  margin-top: 25vh;
  margin-bottom: 0.5rem;
}
@media (max-width: 800px) {
  h1.eye-catcher {
  font-size: 6rem;
  margin-top: 5rem;
  }
}

a {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.return-link {
  display: block;
}
.return-link a {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: start;
}
.return-link a span {
  margin-left: 0.5rem;
}


.link-grid {
  display: flex;
  justify-content: space-around;
  margin-top: 2rem;
  flex-wrap: wrap;
}

@media (max-width: 600px) {
  .link-grid {
    flex-direction: column;
  }
}

.link-grid a {
  margin: 2rem;
}