.astro-wrapper {
    padding:30px;
    background:#fff;
    box-shadow:0 10px 25px rgba(0,0,0,0.08);
    border-radius:12px;
    text-align:center;
}
.astro-wrapper input {
    padding:10px;
    margin:10px;
}
.astro-wrapper button {
    padding:10px 20px;
    background:#6c5ce7;
    color:#fff;
    border:none;
    border-radius:6px;
    cursor:pointer;
}
#astro-result {
    margin-top:20px;
    font-size:18px;
}
