body {
    margin: 0;
    background: #000;
    color: #FFF;
    font: 12px 'Open Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.sportsbook-update-app-webview-lp {
    width: 100vw;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 36px;
    box-sizing: border-box;
    text-align: center;
}

.sportsbook-update-app-webview-lp__title {
    margin: 0 0 26px 0;
    font-size: 30px;
    font-weight: 700;
    font-family: 'Saira Condensed', 'Open Sans', sans-serif;
    line-height: 36px;
    text-transform: uppercase;
}

.sportsbook-update-app-webview-lp__description {
    margin: 0 0 50px 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.03em;
}

.sportsbook-update-app-webview-lp__button {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    background-color: #53d337;
    color: #121212;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    max-width: 318px;
    height: 48px;
    text-decoration: none;
    text-transform: capitalize;
}