html, body {
  font-family: Helvetica, sans-serif;
  font-size: 16px;
  height: 100%;
  height: 100vh;
  width: 100%;
  width: 100vw;
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: auto;
}
main {
  position: relative;
  background-image: url('./img/kilishadow.jpg');
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: 100%;
  width: 100%;
}
main:after {
  content: '';
  width: 100%;
  height: 100%;
  background: white;
  opacity: .4;
  top: 0;
  left: 0;
  z-index: 0;
  position: absolute;
}
h1 {
  font-size: 36px;
  line-height: 36px;
  font-weight: normal;
}
h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: normal;
}

.main-text {
  position: absolute;
  transform: translate(-50%, -50%);
  top: 45%;
  left: 50%;
  width: 400px;
  max-width: 80%;
  z-index: 2;
}
.icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor;
}
.icon-github, .icon-linkedin2 {
  color: black;
  padding: 2em 1em 0 0.2em;
}
