.copy, .header {
    color: #fff;
    box-sizing: border-box;
    font-size: 34px;
    position: fixed;
    text-align: center;
    width: 100%;
    background: #fff
}

.header {
    height: 125px;
    line-height: 100px;
    z-index: 100;
    border-bottom: 20px solid #e6e6e6;
    background:#fff;
}

    .header span:nth-of-type(1) {
        font-size: 36px;
        color: #000;
        font-weight: 700;
        width: 60%;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        display: inline-block;
    }

.copy {
    background: rgba(0,0,0,.6);
    padding: 15px;
    bottom: 0;
    font-size: 30px !important
}
