body{
    font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    margin:0;
    background:#fafafa;
    color:#222;
}

.container{
    max-width:800px;
    margin:80px auto;
    padding:0 24px;
    text-align:center;
}

.logo{
    display:block;
    width:200px;
    max-width:100%;
    height:auto;
    margin:0 auto 2rem;
}

.lead{
    font-size:1.2rem;
    line-height:1.6;
}

h2{
    margin-top:2.5rem;
}

a{
    color:#0b63ce;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}
