html,
body {
  width: 100%;
  height: 100%;

    
}

body {
  font-family: ROBOTO;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: KonsensMedium;
  font-weight: 800;
  letter-spacing: 1px;
}

p {
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 20px;
    color: white;
    font-family: KonsensMedium;
}

section.bonusUp {
    background: url(../img/background.jpg)top center ;
    min-height: 100vh;
    position: relative;
    background-size:cover;
     background-repeat: no-repeat;
    padding: 0px;
    background-color: black;
}
.bonusUp-content {
    padding-top: 50px;
    padding-bottom: 165px;
}

.bonusUp-content1 h3 {
    font-size: 40px;
    color: white;
    font-family: KonsensBold;
}
.bonusUp-content1 span {
    font-size: 100px;
    color: #ffe433;
    font-family: KonsensBold;
    line-height: 0.8;
    letter-spacing: 10px;
}

.reg-but {
    width: 90%;
}


@media (max-width: 768px) {  
    section.bonusUp {
        background: url(../img/backgroundmb.jpg)top center;
        min-height: 100vh;
        position: relative;
        background-size: cover;
        padding: 10px;
        padding-bottom: 30px;
        padding-top: 345px;
    }
    .bonusUp-content {
        padding-top: 100px;
        padding-bottom: 20px;
    }

    .bonusUp-contentmb1 h3 {
        font-size: 30px;
        color: white;
        font-family: KonsensBold;
    }
    .bonusUp-contentmb1 span {
        font-size: 70px;
        color: #ffe433;
        font-family: KonsensBold;
        line-height: 0.8;
        letter-spacing: 10px;
    }
    .reg-but {
        width: 100%;
    }
    
}

@media (min-width: 1600px) { 
    .bonusUp-content {
        padding-top: 70px;
        padding-bottom: 180px;
    }
    .bonusUp-content2 {
        margin-top: 60px;
    }
}