html,body {
    background-image: url(/images/bg1.jpg);
    background-size: 600px;
    background-position: center center;
    height: 100%;
    margin: 0;
    padding: 0;
    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");
}
a {
    color: #773c3c;
    text-decoration: none;
}
a:hover {
    color: rgba(201, 0, 92, 0.19);
    font-style: italic;
}
.page {
    background-image: url(/images/containerbg.png);
    background-position: bottom;
    width: 650px;
    margin: auto;
    margin-top: 30px;
    float: center;
    display: grid;
    border: 5px solid #471100;
}
#inner {
    display: flex;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
}
#banner {
    display: flexbox;
    height: 210px;
    background-image: url(images/banner.png);
    background-position: center;
    background-size: 100%;
    border-bottom: 4px solid #471100;
}

#left {
    height: 510px;
    width: 240px;
    border-right: 4px solid #471100;
}
.item3 {
    background-image: url(images/pinkdivider.png);
    background-size: 134%;
    background-repeat: no-repeat;
    height: 30px;
    width: 240px;
    mix-blend-mode: multiply;
}
.navlist {
    margin-top: -20px;
    margin-left: 10px;
    margin-bottom: 5px;
    padding: 5px;
    text-align: left;
    list-style: none;
}
#boxlist {
    border-top: 4px solid #471100;
}
.featured {
    display: inline-block;
    object-fit: cover;
    height: 75px;
    width: 224px;
    border: double #471100;
}
.featured:hover {
    filter: sepia(100%) saturate(298%) brightness(103%) hue-rotate(-73deg);
    opacity: 2;
}
#guestbook {
    margin-top: 2px;
    height: 77px;
    width: 150px;
}
#guestbook:hover {
    filter: sepia(100%) saturate(322%) brightness(103%) hue-rotate(-73deg);
}
.item4 {
    position: absolute;
}

#right {
    height: 510px;
    width: 406px;
}
#span:hover {
    filter: sepia(100%) saturate(322%) brightness(103%) hue-rotate(-73deg);
    opacity: 0.9;
}
#yuriboytitle {
    font-size: 20px;
    text-align: right;
    border-bottom: 4px solid #471100;
}
.marq {
    background-image: url(/images/titlebg.jpg);
    background-position: center;
    padding: 5px;
    height: 25px;
    border-bottom: 4px solid #471100;
    white-space: nowrap;
}
#welcome {
    background-image: linear-gradient(to right,pink,pink,rgba(255, 255, 255, 0));
    padding: 1px 0px 0px 5px;
    width: 354px;
    font-size:19px;
    text-align:left;
    margin-top:4px;
    margin-left:5px;
    margin-bottom:-6px;
    filter: drop-shadow(2px 2px 0px rgba(157, 121, 84, 0.46)) drop-shadow(2px 2px 0px rgba(157, 121, 84, 0.55));
}
.item {
    shape-outside: inset(5% round 50%);
    shape-margin: 11px;
    float: right;
    height: 170px;
    margin-top: 6px;
    transition: transform 0.3s ease;
}
.item:hover {
    animation: jelly 0.5s ease;
}
@keyframes jelly {
    from,
    to {
        transform: scale(1, 1);
    }
    25% {
        transform: scale(0.9, 1.1);
    }
    50% {
        transform: scale(1.1, 0.9);
    }
    75% {
        transform: scale(0.95, 1.05);
    }
}
.item2 {
    float: left;
    height: 60px;
    margin-top: -10px;
    z-index: 1000;
    filter: drop-shadow(2px 2px 0px rgba(157, 121, 84, 0.46)) drop-shadow(2px 2px 0px rgba(157, 121, 84, 0.55));
}
.highlighter {
    background-color: rgba(253, 163, 105, 0.52);
    color: #471100;
}
#updatebox {
    background-image: url(/images/updates.png);
    display: flexbox;
    float: left;
    width: 202px;
    height: 130px;
    border-right: 4px solid #471100;
    margin-top: -10px;
}
.scrollbox {
    height: 39px;
    overflow: auto;
    padding: 10px;
    align-content: left;
    text-align: left;
}
#webringsbox {
    background-image: url(/images/webrings.png);
    background-position: bottom;
    display: flexbox;
    float: right;
    justify-content: right;
    width: 200px;
    height: 130px;
    margin-top: -10px;
}
#item5 {
    background-image: url(/images/dotdivider.png);
    background-size: 134%;
    background-repeat: no-repeat;
    height: 30px;
    width: 240px;
    mix-blend-mode: multiply;
    opacity: 5;
}

#footer {
    background-image: url(/images/containerbg.png);
    background-position: bottom right;
    margin: auto;
    height: 30px;
    width: 100%;
    border-top: 4px solid #471100;
    padding: 4px;
    text-align: center;
}
#footerimg {
    position: absolute;
    bottom: -100px;
    float: center;
    height: 120px;
}
#footerimg:hover {
    animation: bouncy 0.5s ease;
}
@keyframes bouncy {
    0% {
        transform: translateY(0);
    }
    30% {
        transform: translateY(-5px);
    }
    50% {
        transform: translateY(0);
    }
    70% {
        transform: translateY(-2px);
    }
    100% {
        transform: translateY(0);
    }
}

svg {
    font: bold 18px sugar;
    margin-top: -10px;
}

text {
    fill: white;
    stroke: rgba(77, 6, 25, 0.57);
    stroke-width: -9.5px;
    stroke-linejoin: round;
    animation: 2s pulsate infinite;
    font-size: 20px;
    text-align: right;
}

@keyframes pulsate {
    50% {
        stroke-width: 2px;
    }
}
 @keyframes jerky {
      0% {
        transform: rotate(2deg);
      }

      50% {
        transform: rotate(2deg);
      }

      51% {
        transform: rotate(-2deg);
      }

      100% {
        transform: rotate(-2deg);
     }
     }