
body {
    background: url(/assets/images/pebble_bg_purple-60212217.png) fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: left;
    margin: 0;
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: TeliaSans, Helvetica, Arial, "Lucida Grande", sans-serif;
}

.container {
    background: #fff;
    padding: 80px 24px 24px;
    border-radius: 16px;
    width: 500px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    text-align: center;
    width: 500px;
}

p {
    margin-top: 20px;
    margin-bottom: 24px;
}

.cta {
    background-color: #4e0174;
    color: #ffffff;
    padding: 12px 24px;
    border-radius: 999px;
    display: block;
    cursor: pointer;
    font-size: calc(1rem * 1);
    font-weight: 500;
    line-height: calc(1.5rem * 1);
    text-decoration: none;
}

.cta:hover {
    background-color: #6d02a3;
}