#boss {
    width: 100vw;
    height: 100vh;
    background-image: url('../images/index.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}


.btnDiv {
    position: absolute;
    right: .65rem;
    bottom: 1.3rem;
    font-family:  'SourceBold', 'Helvetica';
}

.btnDiv button {
    font-size: .46rem;
    color: white;
    border: none;
    background-color: transparent;
}

.btnDiv span {
    font-size: .6rem;
    color: #ed6d1e;
    margin: 0 .58rem;
}