header {
    padding:1em 2em;
}

h1 {
    font-size:28px;
    font-weight:400;
    color:#212121;
}

footer {
    position:relative;
    width:100%;
    padding:4em;
    color:#fff;
    text-align:center;
    font-size:14px;
    background:#000;
    line-height: 1.5;
}

footer p {
    line-height: 1.2;
}

.scrollOff {
    overflow: hidden !important;
    overflow-y: hidden !important;
    height:100% !important;
}

button {
    cursor: pointer;
}