body {
    text-align: center;
}
#id, #title, #back, p, div, input, textarea, select, button, h1, h2, h3, h4, h5, h6, li {
    font-family:'Lato','Helvetica Neue',sans-serif;
    font-weight: 300;
}
#id, #title, #back {
    letter-spacing: 2px;
    font-weight:lighter;
}
#id {
    font-size: 160px;
    margin:10vh auto 30px;
}
#title {
    font-size: 40px;
    text-transform: uppercase;
}
#back {
    border:0;
    padding:12px 25px;
    font-size: 20px;
    cursor:pointer;
    outline: 0;
}
p {
    font-size: 18px;
}
button {
    font-size: 16px;
    padding:8px 15px;
    background:none;
    border-radius:6px;
    margin:15px;
    cursor:pointer;
    outline:0;
    text-transform: uppercase;
    font-weight: normal;
    letter-spacing: 2px;
    border:0;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
    transition:.5s;
}
button:hover {
    transform:translateY(-3px);
    box-shadow:0 8px 20px rgba(0,0,0,.2);
}