html,
body{
    margin:0;
    padding:0;
    width:100%;
    height:100%;
}

body{
    display:flex;
    justify-content:center;
    align-items:center;

    background:#ffffff;
    color:#111111;

    font-family:
        "Helvetica Neue",
        "Yu Gothic",
        sans-serif;
}

main{
    text-align:center;
}

h1{
    font-size:2.6rem;
    font-weight:300;
    margin:0;
}

p{
    margin-top:0.8rem;
    font-size:1rem;
    color:#666;
}