/* body {
    background: url("../images/bg_polka-dots-pink.svg") repeat;
    background-color: #8832df;
} */

.bg {
    background: url("../images/bg_polka-dots-fine.svg") repeat;
    background-color: #8f5de6;
    /* color: #a7c4fd; */
}

.bubblebox {
    background-color: rgb(255, 255, 255);
    border-radius: 8px;
    padding: 12px;
    margin: 8px;
}


.hero {
    display: block;
     width:100%;
    
    object-fit: cover;
    border-radius: 12px;
    /* margin: 8px; */
}

.herobox{
    margin: 8px;
}

.captioned
{
    text-align: center;
}

.css-button-rounded {
    background: #ec80d1;
    color: #fff;
    display: block;
    padding: 15px 10px 0px;
    text-align: center;
    text-decoration: none;
    max-width: 250px;
    margin: 10px auto;
    height: 40px;
    border-radius: 8px;
}

.css-button-rounded:hover {
    background: #b996f1;
}

.cute-icons {
    width: 32px;
    vertical-align: middle;
    margin-right: 6px;
}


ul {
    margin: 0.05rem 0 0.05rem 3rem;
}

li:not(:last-child) {
    margin-bottom: 0 rem;
}

#face {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    /* width: 50%; */
    /* margin-left: auto;
    margin-right: auto; */
    /* margin: 20px 20px 10px; */
    /* text-align: center; */
    /* margin: auto 1.2rem .6rem; */
}