* {
    box-sizing: border-box;
    font-family: Arial, Helvetica, sans-serif
}

body {
    margin: 0;
    background: #fde9a9
}

.wrapper {
    display: flex;
    justify-content: center;
    padding: 20px
}

.card {
    background: #fff;
    width: 100%;
    max-width: 420px;
    border-radius: 18px;
    padding: 25px;
    text-align: center
}

.profile {
    width: 130px;
    height: 130px;
    border-radius: 20px;
    border: 4px solid #f3c400;
    object-fit: cover
}

h2 {
    color: #c18a00;
    margin: 15px 0 10px
}

.subtitle {
    font-size: 14px;
    margin-bottom: 15px
}

h3 {
    margin: 10px 0
}

.box {
    border: 2px solid #f3c400;
    border-radius: 12px;
    padding: 12px;
    margin: 10px 0;
    font-size: 14px
}

.btn {
    display: block;
    background: #f3c400;
    color: #000;
    padding: 15px;
    border-radius: 30px;
    font-weight: bold;
    text-decoration: none;
    margin: 20px 0
}

.redirect {
    font-weight: bold
}

.disclaimer {
    font-size: 12px;
    color: #444
}

.ads-credit {
    margin-top: 18px;
    font-size: 13px;
    color: #777;
    text-align: center;
}

.ads-credit a {
    color: #0088cc;
    text-decoration: none;
    font-weight: 600;
}

.ads-credit a:hover {
    text-decoration: underline;
}