@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@400;500;600;700&family=Rubik:wght@400;500;700&display=swap');

* {
    margin: 0;
    padding: 0;
    line-height: 1;
    border: 0;
    font-weight: normal;
    outline: none;
    border-collapse: collapse;
    text-decoration: none;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: "Oswald", sans-serif;
    width: 100%;
    font-size: 18px;
    min-height: 100vh;
    color: #FFF;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

body.off {
    overflow: hidden;
}

.betboom {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    width: 100%;
    position: relative;
    background: rgb(12, 12, 12);

}

.betboom-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    background: url(accets/img/bg.png) rgb(12, 12, 12) center / cover no-repeat;
    height: 100vh;
    max-width: 400px;
}

.betboom-sum {
    color: #F8E800;
    text-align: center;
    font-size: 100px;
    font-weight: 700;
    letter-spacing: -6px;
    line-height: 90%;
    text-transform: uppercase;
    padding: 10px 0;
}

.betboom-box {
    position: relative;
    margin: 60px 0 20px 0;
}

.betboom-info {
    color: #FFF;
    font-size: 26px;
    font-style: normal;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -1.56px;
    text-transform: uppercase;
    text-align: center;
}

.betboom-wrap {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.betboom-info-wrap {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.betboom-number {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100px;
    background: #F8E800;
    width: 18px;
    height: 18px;
    margin-right: 9px;
}

.betboom-number-color {
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: normal;
}

.betboom-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
}

.betboom-info-text {
    color: #FFF;
    text-align: center;
    font-size: 45.23px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -2.714px;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.betboom-button {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 90%;
    letter-spacing: -1.8px;
    text-transform: uppercase;
    max-width: 300px;
    width: 100%;
    border-radius: 10px;
    padding: 15px 20px;
    background: #F8E800;
    text-align: center;
    cursor: pointer;
}

.calc__continer {
    display: flex;
    flex-direction: column;
}