html, body {
    width: 100%;
    height: 100%;
    margin: 0;
}

body  * {
    font-family: 'Roboto', sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.wrapper {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #F3F3F3;
}

.card-panel {
    width: 280px;
    padding: 24px 16px 20px;
    background-color: #262626;
    border-radius: 8px;
    text-align: center;
    color: #FFFFFF;
}

.card-title {
    margin: 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 0.13px;
}

.card-content {
    margin: 11px 0 0;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.09px;
}

.allow-wrapper {
    margin-top: 16px;
}

.panel-button {
    text-decoration: underline;
    cursor: pointer;
    user-select: none;
}

.allow-button {
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    letter-spacing: 0.13px;
    color: #508dfa;
    text-transform: uppercase;
    cursor: pointer;
    user-select: none;
}