body,
.subtitle,
a {
  color: rgb(255, 255, 255);
}

#wrapper {
  max-width: 420px;
  margin: 0 auto;
}

#header {
  min-height: 600px;
}

#header .title {
  font-size: 46px;
  font-weight: 500;
}

#header .subtitle {
  font-size: 24px;
  font-weight: 400;
}

#socials {
  display: block;
  margin-top: 50px;
}

.social {
  padding: 25px 10px;
  border-bottom: 1px solid rgb(61, 61, 61);
}

#savecontact a {
  margin: 0 auto;
  display: block;
  border-radius: 30px;
}

#footer,
#footer a {
  color: rgb(0, 0, 0);
}

#footer .cell span {
  margin: 0 auto;
  display: block;
  font-size: 36px;
}