body { 
width=480px;
background: #9cb8b3; 
margin-right: 10%;
margin-left: 10%;
margin-top: 5%;
margin-bottom: 10%;
}

h1

span, span:after {
    font-weight: 900;
    color: #efedce;
    white-space: nowrap;
    display: inline-block;
    position: relative;
    letter-spacing: .1em;
    padding: .2em 0 .25em 0;
}

span {
    font-size: 2em;
    z-index: 100;
    text-shadow: .04em .04em 0 #9cb8b3;
}

span:after {
    content: attr(data-shadow-text);
    color: rgba(0,0,0,.35);
    text-shadow: none;
    position: absolute;
    left: .0875em;
    top: .0875em;
    z-index: -1;
  
}

h3 {
font: 600 2.0em/1 'Raleway', sans-serif;
    color: #efedce;
    text-align: center;
   
    letter-spacing: .2em;
    position: relative;
    
}
hr {
color:#efedce;
}

td {
text-align:center;
font-size:40px;
}

a:link {
text-decoration:none;

}

a:visited {
text-decoration:none;
}

div.end
{
top:80%;
}

h4.home
{
font: 600 1.25em/1 'Raleway', sans-serif;

color: rgba(0,0,0,.5);
}

h5
{
font: 600 1.25em/1 'Raleway', sans-serif;

color: rgba(0,0,0,.35);
}

#links, #footer, nav {
font: 600 1.5em/1 'Raleway', sans-serif;
    color: #efedce;
    text-align: center;
  
    letter-spacing: .2em;
    position: relative;
  }