body {
    background-color: #fff;
    color: #131313;
    font-family: Inter, sans-serif;
    overflow: hidden;
}

.container {
    height: 50vh;
    padding: 12px 16px 0;
}

.title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: -.25px;
    margin: 8px 0;
}

.panel {
    background-color: #E4E4E4;
    color: #535353;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    text-align: center;
    padding: 13px 16px 20px;
    margin: 20px 0;
    border-radius: 20px;
}

.code {
    background-color: #fff;
    color: #000;
    text-align: center;
    width: 100%;
    font-family: 'Roboto Mono', monospace;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.4;
    border: none;
    border-radius: 20px;
    margin-top: 8px;
    padding: 8px;
    box-sizing: border-box;
    pointer-events: none;
}

.button {
    display: block;
    background-color: #000;
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.25;
    letter-spacing: -.25px;
    border-radius: 16px;
    padding: 18px;
    margin-top: 16px;
}

.content {
    height: 50vh;
}

.banner {
    width: 100%;
    height: 100%;
}