ul {
    background: rgb(238, 174, 202);
    background: radial-gradient(circle, rgba(238, 174, 202, 1) 0%, rgba(148, 187, 233, 1) 100%);
}

li {
    display: inline;
    margin-right: 10px;
}

li.display {
    display: none;
}

/* ********************************* 317 BOXES ************************************* */



li {
    display: inline;
    margin-right: 10px;

}

li.visibility {
    visibility: hidden;
}

/* ********************************* 317 BOXES ************************************* */

div {
    background: rgb(0, 212, 255);
    background: linear-gradient(306deg, rgba(0, 212, 255, 1) 0%, rgba(9, 9, 121, 1) 100%);
}

p.one {
    -moz-box-shadow: -5px -5px #777777;
    -webkit-box-shadow: -5px -5px #777777;
    box-shadow: -5px -5px #777777;
}

p.two {
    -moz-box-shadow: 5px 5px 5px #777777;
    -webkit-box-shadow: 5px 5px 5px #777777;
    box-shadow: 5px 5px 5px #777777;
}

p.three {
    -moz-box-shadow: 5px 5px 5px 5px #777777;
    -webkit-box-shadow: 5px 5px 5px 5px #777777;
    box-shadow: 5px 5px 5px 5px #777777;
}

p.four {
    -moz-box-shadow: 0 0 10px #777777;
    -webkit-box-shadow: 0 0 10px #777777;
    box-shadow: 0 0 10px #777777;
}

p.five {
    -moz-box-shadow: inset 0 0 10px #777777;
    -webkit-box-shadow: inset 0 0 10px #777777;
    box-shadow: inset 0 0 10px #777777;
}

/* ********************************* 320 BOXES ************************************* */

.rounded-corners {
    border: 5px solid #ff0000;
    padding: 20px;
    width: 275px;
    text-align: center;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background: rgb(34, 193, 195);
    background: radial-gradient(circle, rgba(34, 193, 195, 1) 0%, rgba(253, 187, 45, 1) 100%);
}

/* ********************************* 320 BOXES ************************************* */




.shape-1 {color: white;
    padding: 20px;
    width: 275px;
    text-align: center;
    border-top-left-radius: 80px 50px;
    -moz-border-radius-top-left: 80px 50px;
    -webkit-border-radius-top-left: 80px 50px;
    background: rgb(5, 0, 255);
    background: radial-gradient(circle, rgba(5, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
    
}

.shape-2 {color: white;
    padding: 20px;
    width: 275px;
    text-align: center;
    border-radius: 1em 4em 1em 4em / 2em 1em 2em 1em;
    -moz-border-radius: 1em 4em 1em 4em / 2em 1em 2em 1em;
    -webkit-border-radius: 1em 4em 1em 4em / 2em 1em 2em 1em;
    background: rgb(5, 0, 255);
    background: radial-gradient(circle, rgba(5, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
}

.shape-3 {color: white;

    padding: 20px;
    width: 275px;
    text-align: center;
    padding: 0px;
    border-radius: 100px;
    -moz-border-radius: 100px;
    -webkit-border-radius: 100px;
    background: rgb(5, 0, 255);
    background: radial-gradient(circle, rgba(5, 0, 255, 1) 0%, rgba(255, 0, 0, 1) 100%);
}