.subtitle {
    text-align: center;
    font-size: 24px;
    font-family: "Helvetica Neue";
    font-weight: 300;
}

.email {
    text-align: center;
    font-size: 20px;
    font-family: "Helvetica Neue";
    font-weight: 300;
}

.splitter {
    text-align: center;
    font-size: 24px;
    font-family: "Helvetica Neue";
    font-weight: 300;
    color: #666;
}

#name {
    text-align: center;
    font-size: 80px;
    font-family: "Helvetica Neue";
    font-weight: 700;
    margin-top: 170px;
}

a {
	color: #34B2E8;
}

span {
    margin: 5px;
}

body {
  background: white;
  background-image:
    radial-gradient(rgba(238, 238, 238, 0.5), 10%, transparent 0), 
    radial-gradient(rgba(238, 238, 238, 0.5), 10%, transparent 0);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}