body{
    margin: 0px;
    font-family: 'Roboto', sans-serif;
    /* background-color: #f8c2dd; */
}
.header{
    font-family: 'Coiny', cursive;
    font-weight: 700;
    font-size: 40px;
    margin: 4px 12px;
}
.header a{
    text-decoration: none;
}
.header span{
    margin-left: 1px;
}
.header .designed-for-kids{
    font-size: 20px;
    color: #000;
}
.idea-color{
    color: #ff00aa;
}
.nine-color{
    color: #70dd55;
}
.studio-color{
    color: #00aaee;
}
.idea-bgcolor{
    background-color: #ff00aa;
}
.nine-bgcolor{
    background-color: #70dd55;
}
.studio-bgcolor{
    background-color: #00aaee;
}
h1{
    font-weight: 700;
    font-style: normal;
    color: #ffffff;
    background-color: #ff00aa;
    border-color: transparent;
    border-width: 2px;
    border-style: solid;
    border-radius: 18px;
    text-align: center;
    width: 180px;
    margin: 15px auto;
    font-size: 24px;
}
h2{
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.8;
    margin: 10px 10px;
    padding-left: 10px;
}
.se-doll-cover{
    width: 100%;
    margin-bottom: 10px;
}
.get-on-store{
    margin: 20px auto;
    text-align: center;
}
.get-on-store img{
    max-width: 230px;
}

.features-group, .howtoplay-group{
    list-style:none;
    padding-inline-start: 25px;
}
li:before {
    content: "\2729";
    color: cornflowerblue;
    margin-right: 10px;
}
.footer{
    background-color: #000;
    color: #fff;
    padding: 20px;
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
}
.footer a{
    color: #fff;
    font-size: 14px;
    line-height: 28px;
}

.collection {
    text-align: center;
}

.collection div {
    width: 320px;
    text-align: center;
    display: inline-block;
}