body {
  margin: 0;
}

.header {
  overflow: auto;
  height: 175px;
}

h1, h2, li {
  font-family: 'Playfair Display';
}

a {
  font-family: 'Roboto';
}

h1 {
  margin: 0;
  float: left;
  padding: 20px;
  font-size: 2em;
  color: #343434;
}

@media (min-width: 500px) and (max-width: 849px) {
  h1 {
    font-size: 3.5em;
  }
}
@media (min-width: 850px) {
  h1 {
    font-size: 5em;
  }
}

.box {
  position: absolute;
  background: #e8e8e8;
  width: 80%;
  height: 150px;
  z-index: -100;
  right: 0;
  top: 25px;
}

.line {
  position: absolute;
  z-index: -50;
  background: #9FD1D1;
  height: 10px;
  width: 85%;
  top: 150px;
}

.body {
  padding: 20px;
}


h2 {
  color: #343434;
}

*::selection {
  background: #E07D77;
  color: #fff;
}

.icon {
  position: relative;
  top: 40px;
  font-size: 24px;
  float: right;
  margin: 12px;
  color: #fff;
}

.icon:hover {
  color: #E07D77;
}

a:hover {
  color: #E07D77;
}

ul {
  padding: 0;
}

li {
  font-style: italic;
  list-style-type: none;
  margin: 5px 0;
}

a {
  font-style: normal;
  text-decoration: none;
  color: #148D8D;
}