body {
  background: #8b7e84;
  color: white;
  font-family: "Open Sans", sans-serif;
  font-size: 18px;
  margin: 0;
  padding: 0 30px;
}

a {
  color: white;
}

h1 {
  font-size: 3em;
  margin: 100px 0 15px;
}

h2 {
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 0;
}

section {
  border-top: 2px dotted rgba(255, 255, 255, 0.6);
  max-width: 1000px;
  padding: 30px;
  margin: 0 auto;
}

section p:first-child {
  margin-top: 0;
}

section p:last-child {
  margin-bottom: 0;
}

.header {
  border: 0;
}

.intro {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.3em;
}

.text {
}

.footer {
  color: rgba(255, 255, 255, 0.6);
  display: flex;
  font-size: 0.75em;
}

.contact {
  flex: 1;
}

.cv-link {
  font-size: 1.2em;
}

.cv-link::before {
  background-image: url("pdf.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 50px;
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  vertical-align: middle;
  margin-right: 10px;
}
82.94.246.23