body {
    background-image: url(images/bg.jpg);
    background-repeat: round;
    display: flex;
    justify-content: center;
    font-size: 12px;
    word-spacing: 3px;
    text-align: center;
    font-family: sugar;
    color: #471100;
}
@font-face {
    font-family: sugar;
    src: url("/fonts/NiceSugar.ttf") format("truetype");
}
.page {
    width: 800px;
    height: 500px;
    position: relative;
    float: center;
    display: grid;
    flex-wrap: wrap;
    padding: 10px;
    margin-top:40px;
    margin-left: 75px;
}
a {
    color: #471100;
    text-decoration: none;
}
a:hover {
    color: #dbb9bf;
    font-style: italic;
}
#container1 {
    background-color: #efe8e3;
    max-width: 800px;
    height: 410px;
    padding: 10px;
    border: 6px solid #471100;
    margin-left: 75px;
}
#flex {
    display:flex;
    flex-direction: row;
    padding: 20px;
}
.inner {
    margin-left: 10px;
    padding: 20px;
    width: 200px;
    text-align: left;
}
.divider {
    width: -4px;
    height: 268px;
    float: center;
    justify-content: center;
    margin-left: 50px;
    border-right: thick double pink;
    margin-top: 15px;
}
#sona {
    position: absolute;
    top: 107px;
    left: -248px;
    height: 640px;
    z-index: 100;
}
#text {
    position: absolute;
    font-size: 23px;
    left: -113px;
    top: 33px;
    transform: rotate(-15deg);
    fill: #471100;
    paint-order: stroke fill;
    stroke: white;
    stroke-width: 10px;
    stroke-linejoin: round;
    color: #471100;
}
#text2 {
    position: absolute;
    font-size: 23px;
    left: 169px;
    top: 424px;
    transform: rotate(8deg);
    fill: #471100;
    paint-order: stroke fill;
    stroke: white;
    stroke-width: 10px;
    color: #471100;
}
#arrow {
    position: absolute;
    top: 56px;
    left: -2px;
    width: 42px;
    transform: rotate(-56deg);
}
#arrow2 {
    position: absolute;
    top: 366px;
    left: 136px;
    width: 42px;
    transform: rotate(-36deg) rotateX(180deg);
}
#scallop {
    position: fixed;
    background-image: url(images/pinkdivider.png);
    background-size: 67%;
    background-repeat: repeat-x;
    height: 42px;
    width: 746px;
    margin-left: -11px;
    margin-top:-11px;
    filter: drop-shadow(2px 5px 6px rgba(71, 17, 0, 0.69)) drop-shadow(-2px 3px 2px rgba(71, 17, 0, 0.35));
}
ul {
  list-style-type: none;
  list-style-position: inside;
}
li:before {
    content: url(images/bullet2.png);
    display: block;
    float: left;
    width: 1.5em;
    font-style: bold;
}
#flair {
    display: flexbox;
    flex-direction: row;
    width: 300px;
    margin-left: -15px;
}
.item1 {
    opacity: 0.8;
    filter: hue-rotate(-40deg) drop-shadow(3px 2px 2px rgba(52, 10, 17, 0.76));
}
button {
    position: relative;
    display: inline-block;
    left: 41px;
    background-color: rgba(216, 134, 130, 0.72);
    font-family: sugar;
    padding: 5px 12px;
    border-color: pink;
    border-radius: 4px;
    z-index: 100000;
}
button:hover {
    background-color: pink;
    font-family: sugar;
    padding: 5px 12px;
    border-radius: 4px;
    color: rgba(71, 17, 0, 0.76);
}