html, body {
    font-size: 14px;
}

.Button {
    border-radius: initial;
    -webkit-border-radius: initial;
}

.Button--extraBig {
    font-size: 20px;
    padding: 20px 37px !important;
}

.bottom-banners {
    display: flex;
    bottom: 0;
    position: fixed;
    width: 100%;
    flex-direction: column;
    z-index: 8888;
}