html,
body {
  background: #f6f6f6;
  margin: 0;
  padding: 0;
  color: #2c3e50;
}

table {
  border-spacing: 0;
}

a {
  color: #2c3e50;
}

a:hover {
  text-decoration: underline;
}

.header {
  background: #00bbaa;
}

.header__slogan {
  font-size: 13px;
  font-style: italic;
  color: #fff;
}

.header__title {
  font-size: 15px;
  text-align: right;
  color: #2c3e50;
}

.header__social {
  text-align: right;
}

.header__link {
  margin: 5px 0 0 10px;
  display: inline-block;
}

.logo {
  background: url("assets/img/logo.png");
  display: block;
  width: 214px;
  height: 55px;
  margin: 50px auto 20px;
}

.header__wrap {
  margin: 0 auto;
  max-width: 600px;
  width: 600px;
}

.wrapper {
  background: #f6f6f6;
  width: 100%;
  font-family: "Source Sans Pro", Arial, Helvetica, sans-serif;
}

.wrapper img {
  max-width: 100%;
}

.body {
  margin: 0 auto;
  max-width: 600px;
  background: #fff;
}

.footer {
  text-align: center;
  font-size: 15px;
  color: #2c3e50;
}

.content {
  max-width: 500px;
  margin: 0 auto;
}

.content h1 {
  font-size: 46px;
  color: #2c3e50;
}

.content p {
  font-size: 15px;
  color: #2c3e50;
}

.btn-link {
  display: inline-block;
  margin-bottom: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  text-transform: uppercase;
  white-space: nowrap;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 35px;
  border: none;
  border-bottom: 4px solid #d99221;
  background: #f3bc65;
  color: #222222 !important;
  font-weight: bold;
  text-decoration: none !important;
  width: 210px;
}

h1 {
  color: #ffff00;
}