body {
    margin: 0;
    overflow: hidden;
    background: black;
}

#contactBar {
    position: fixed;
    bottom: 2%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 20px;
    pointer-events: none;
}
