@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700);
html{min-height:100%;}
body {background-color: #A2DED0; color: #EEE; font: 400 100% Montserrat,Arial; text-align: center;}
h1 {font: 700 400% Montserrat,Arial; text-align: center; text-shadow:5px 5px 5px #68C3A3;}
#yourname {min-width: 10em;}
#here {font-size:500%;min-width: 7em; margin:0 auto;color: #A2DED0; background-color: #EEE; border-radius: 5px 5px 5px;display:inline-block;}
#here span {display:inline-block;}
#yourname ul {margin-left:0;list-style:none;padding:0;}
#yourname a {text-decoration: none; color: #68c3a3;}
#footer{position:absolute;bottom:0;margin:0 auto;width:100%;font-size:80%;}
#footer a {color:#68c3a3;}
p {max-width: 570px;margin:0 auto; text-align:left;background-color:#4ECDC4;padding:5px;border-radius:5px 5px 5px;}
