body{
    background: #f7f7f7;
    margin: 0;
    font-family: Arial, sans-serif;
}

/* popup */
.popup{
    background: white;
    padding: 15px;
    margin-top: 15px;
    max-width: 300px;
    width: 65%;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0,0,0,0.15);
    font-size: 15px;

    margin: 40px auto 0 auto;
}

.continue-button{
    background: #d6007f;
    color: white;
    padding: 12px 22px;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    cursor: pointer;
    font-weight: bold;
    transition: 0.25s;
}