body {
  font-family: hypatia-sans-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #464647;
  font-size: 18px;
  text-align: center;
  background-color: #f8f9fa;
}

h1,
h2,
h3,
h4 {
  font-family: hypatia-sans-pro, sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #000;
}

h3 {
  text-decoration: black wavy overline;
}

.content {
  margin: 0 auto;
  max-width: 800px;
}

header {
  margin: 150px 0 50px 0;
}
header h1 {
  font-size: 3rem;
  margin-top: 0;
  font-weight: 500;
  line-height: 4rem;
}

header span.name {
  color: #496266;
  margin: 0 0 10px 0;
  font-weight: 600;
}

header span {
  font-weight: 600;
}

nav a {
  text-transform: uppercase;
  color: #496266;
  font-weight: 600;
}

nav a:hover {
  color: #496266;
  text-decoration: none;
}

nav ul {
  display: inline-block;
  text-align: center;
  list-style: none;
  padding: 0;
}

nav ul li {
  display: inline-block;
  margin: 5px;
  text-align: center;
}


#design {
  position: absolute;
  top: -300px;
  left: -300px;
  background-color: rgb(240, 240, 240);
  height: 100%;
  width: 100%;
  z-index: -1;
  transform: rotate(45deg);
  overflow: hidden;
}

@media only screen and (max-width: 780px) {
  header h1 {
    font-size: 2rem;
  }

  header span.name {
    font-size: 2rem;
  }
}