.content {
  margin: -320px auto;
  max-width: 700px;
  padding: 0 50px 50px 50px;
  color: #fff;
  font-family: 'K2D', sans-serif;
  font-weight: 200;
  letter-spacing: 0.8px;
  font-size: 14px;
  position: relative;
}
h2 {
  font-weight: 400;
}
h3 {
  font-weight: 400;
}
a {
  text-decoration: none;
}
a:link,
a:visited {
  color: #c3cf7d;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
.close {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 14px;
  right: 68px;
  transition: ease 0.25s all;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: #75a13a;
  font-family: Arial, Sans-Serif;
  font-size: 20px;
  text-align: center;
  line-height: 36px;
  color: #fff;
  border-radius: 50%;
}