html{
    height: 100%;
}
body{
    min-height:100%;
    margin:0;
    background:#FDFDFD;
}
section{
    display:block;
    height:100vh;
}
.hero{
    display:flex;
    align-items: center;
    justify-content: center;
}
