@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500&display=swap');
@font-face {
  font-family: 'hello honey';
  src: url('assets/fonts/hello-honey.woff');
}

a {
  color: #000000;
  text-decoration: none;
  padding: 0;
}

a.inline {
  color: #11cbd7;
}

a:hover {
  color: #fc5c9c;
}

body {
  color: #000000;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

code {
  font-family: 'Roboto Mono', monospace;
  letter-spacing: normal;
}

h1 {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin: auto;
}

h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 500;
  margin: auto;
}

html {
  overflow-y: scroll;
}

i {
  vertical-align: middle;
}

p {
  line-height: 25px;
  margin: auto;
  padding: 0;
}

pre {
  line-height: 25px;
  margin: auto;
  padding: 0;
}

.container {
  display: grid;
  grid-gap: 25px;
  margin: auto;
  padding: 0;
  width: 800px;
}

.fa-envelope, .fa-github, .fa-linkedin, .fa-paperclip {
  background: -webkit-linear-gradient(#fc5c9c, #fc5c9c);
  background-clip: text;
  font-size: 20px;
  line-height: 30px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.fa-calendar-check, .fa-code, .fa-chart-bar, .fa-star {
  color: #fc5c9c;
  font-size: 14px;
  vertical-align: text-top;
}

.header {
  color: #fc5c9c;
  padding-bottom: 20px;
}

.list-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: auto;
  padding: 0;
  padding-bottom: 50px;
  width: 800px;
}

.page-header-title {
  height: 120px;
  line-height: 120px;
  margin: auto;
  padding-bottom: 25px;
  padding-top: 25px;
  width: 800px;
}

.page-header-image {
  display: block;
  height: 120px;
  margin: auto;
  opacity: 0.5;
  position: relative;
}

.page-header-text {
  font-family: 'hello honey';
  font-size: 60px;
  font-weight: 600;
  padding-bottom: 25px;
  padding-top: 25px;
  position: absolute;
  text-align: center;
  top: 0px;
  vertical-align: middle;
  width: 800px;
}