.header {
    background-color: #171717;
    text-align: center;
}

 .content {
    padding: 0px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

.sticky + .content {
    padding-top: 0px;
}/**/