.main {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  flex-wrap: wrap;
  font-family: 'Merriweather', serif;
}
h1 {
  font-size: 48px;
  margin-top: 0;
  margin-bottom: 30px;
  letter-spacing: 8px;
  margin-left: 8px;
  color: #4f6d7a;
}
.mid-initial {
  color: #e8dab2;
}
.links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  min-width: 216px;
}
.icon-link {
  width: 30px;
  height: 30px;
  display: inline-flex;
}
.icon-path {
  fill: #c0d6df;
}
.icon-link:hover .icon-path {
  fill: #4f6d7a;
  transition: fill 200ms ease-out;
}
.svg-icon {
  width: 30px;
  height: 30px;
}
