html {
    height: 100%;
}

* {
    box-sizing: border-box;
}

body {
    padding: 20px;
    margin: 0;
    height: 100%;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    min-width: 320px;
    text-align: center;
    background: url('bbg.png') no-repeat top center;
}

img {
    max-width: 100%;
}

#container {
    max-width: 500px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 20px 0;
}

.cta {
    padding: 14px 30px 11px;
    border-radius: 4px;
    display: inline-block;
    color: #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: bold;
    border-bottom: #f8b211 solid 3px;
    background-color: #f9bb2d;
    text-transform: uppercase;
    margin: 15px auto;
    width: 80%;
}

.goog-te-banner-frame,
.skiptranslate {
    display: none !important;
}

body {
    top: 0 !important;
}