body {
    }
          .layout {
        width: 100%;

        display: grid;
        grid:
          ". . ." auto
          "leftSide body rightSide" 1fr
          ". . ." auto
          / auto 906px auto;
      }

      .leftSide { grid-area: leftSide; }
      .body { grid-area: body; }
      .rightSide { grid-area: rightSide; }

      .bannerBefore, .bannerImg, .bannerAfter, .bannerLinks, .mainContent, .mainContentENTRIES, .mainContentART, .mainContentBIO, .mainContentALBUMS, .mainContentSONG, .mainSidebar, .mainSidebarButtons, .footerMain, .footerText, .musAttFoot, .contentSongBoxLEFT, .albumCoverDiv, .bioTextDiv, .entriesContainer, .entryTextContainer, .musAttributes {
          display: flex;
          flex-wrap: wrap;
          flex-direction: column;
      }

      .nav, .banner, .main, .mainContentCENTERTOP, .mainContentCENTERBOTTOM, .mainContentTOP, .mainContentBOTTOM, .contentAlbumsBox, .contentAlbumsButtonsDiv, .mainSidebarWario, .mainSidebarButtonDiv, .footer, .footerMainItems, .footerButtons, .contentSongBox, .musFooter, .contentRingsBox, .entryBox, .mainContentCENTERSTAMP, .stampsCorners, .albumCoverRow {
          display: flex;
          flex-wrap: wrap;
      }
      
      .nav a {
        height: 29px;
      }

      .navMarquee {
          height: 18px;
          width: 348px;
          background-color: #FF9090;
          font-family: MS UI Gothic;
          font-size: 13px;
          letter-spacing: 1px;
      }

      .bannerImg {
          width: 750px;
          background-color: #D8000D;
      }

      img {
          height: fit-content;
          width: fit-content;
          image-rendering: pixelated;
      }

      .bannerLinks a {
          height: 17px;
      }

      .mainContent {
          height: 604px;
          width: 761px;
          background-image: url(https://skapasta.neocities.org/assets/img/bio/V2/mainContentBG2.png);
          background-color: #FFD8A5;
      }

      .mainContentTOP, .mainContentBOTTOM {
          justify-content: space-between;
      }

      .mainContentCENTERTOP, .mainContentCENTERBOTTOM, .topHeader {
          margin-left: 7px;
      }
      
      .mainContentCENTERSTAMP {
        width: 761px;
        overflow: hidden;
      }
      
      .stampsCorners {
        width: 791px;
        justify-content: space-between;
      }

      .mainContentENTRIES, .mainContentART {
          margin-right: 8px;
      }

      .mainContentALBUMS {
          margin-right: 5px;
      }

      .header, .topHeader {
          margin-bottom: 6px;
      }
      
      .entriesContainer {
        height: 235px;
        width: 274px;
      }
      
      .entryBox {
        height: 47px;
        width: 274px;
      }
      
      .entryTextContainer {
        width: 194px;
        height: 45px;
        border-top: solid 1px #21242E;
        border-bottom: solid 1px #21242E;
      }
      
      .entryText {
        width: 194px;
        height: 45px;
        font-family: MS UI Gothic;
        color: black;
        font-size: 11px;
        margin: 0;
        text-wrap: wrap;
        line-height: 11px;
      }
      
      .mainContentART a {
        height: 209px;
      }
      
      .contentRingsBox {
        height: 235px;
        width: 506px;
      }
      
      .bioTextDiv {
        height: 202px;
        width: 490px;
        overflow: auto;
      }
      
      .bioText {
          font-family: MS UI Gothic;
          color: black;
          font-size: 13px;
          margin: 0;
      }
      
      .bioTextPar {
          color: steelblue;
      }
      
      .bioTextDiv, .musAttFoot, .contentAlbumsButtonsDiv, .entryTextContainer {
          background-color: #DEDEDE;
      }

      .contentAlbumsBox {
          width: 749px;
      }

      .contentAlbumsButtonsDiv {
          width: 732px;
          padding-right: 1px;
          justify-content: space-between;
      }
      
      .albumCoverRow {
          width: inherit;
          margin-bottom: 5px;
          justify-content: space-between;
      }
      
      .contentAlbumsButtonsDiv a {
          height: 31px;
      }

      .siteButton, .siteButtonLeft {
          margin-right:2px;
      }

      .siteButton, .siteButtonRight {
          margin-Left:2px;
      }

      .siteButton:hover, .siteButtonRight:hover, .siteButtonLeft:hover {
          animation: bounce 0.3s ease infinite;
          image-rendering: pixelated;
      }

      @keyframes bounce {
          0% { transform: scale(1.3); }
          50% { transform: scale(.98); }
          100% { transform: scale(1.3); }
      }
      
      .contentSongBox {
        height: 107px;
        width: 363px;
      }
      
      .albumCover {
        height: 90px;
        width: 90px;
        margin-bottom: 1px;
        image-rendering: initial;
        outline: solid 1px black;
        object-fit: cover;
        transform: scale(1);
        transition: transform .1s;
      }
      
      .albumCover:hover {
          transform: scale(1.4);
          z-index: 2;
      }
      
      .musAttFoot {
        height: 99px;
        width: 256px;
        font-family: MS UI Gothic;
        color: black;
        font-size: 13px;
      }
      
      .musAttributes {
        height: 73px;
        padding-left: 8px;
        justify-content: space-around;
      }
      
      .featAudio {
        width: 246px;
        height: 21px;
        border: solid 1px black;
        display: none;
      }
      
      .musFooter {
        height: 26px;
        width: 264px;
      }

      .mainSidebarWario {
          background-color: black;
      }
      
      .mainSidebarButtons {
          width: 88px;
          height: 184px;
          padding-left: 4px;
          background-color: #FF3F3D;
          justify-content: space-evenly;
      }
      
      .mainSidebarButtons a {
          height: 31px;
      }
      
      .footerMain {
          width: 555px;
          height: 56px;
          background-color: #21242E;
      }
      
      .footerMainItems {
        justify-content: space-around;
        align-content: center;
        height: 53px;
      }
      
      .footerText {
        font-family: MS UI Gothic;
        font-size: 13px;
        text-align: center;
      }
      
      .stampmarquee-div {
          background-color: #D8000D;
          padding-top: 5px;
          padding-bottom: 5px;
      }

      .stampmarquee {
          list-style-type: none;
          flex-direction: row;
          display: flex;
          margin: 0;
          padding-left: 0;
          animation: stampmarqueeslide 32s linear infinite;
      }

      @keyframes stampmarqueeslide {
          0% {
              transform: translate(0px);
          }

          100% {
              transform: translate(-1524px);
          }
      }

      .stampmarquee li {
          display: flex;
          width: min-content;
          margin-left: 5px;

      }

      .stamp1 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/dinoworld.gif");
      }

      .stamp2 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/beeflip.png");
      }

      .stamp3 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/eateateat.gif");
      }

      .stamp4 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/clifbar.gif");
      }

      .stamp5 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/givemeyourfuckingmoney.png");
      }

      .stamp6 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/divineknowledge.png");
      }

      .stamp7 {
          width: 63px;
          height: 36px;
          align-self: center;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/applejuicedirty.png");
      }

      .stamp8 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/ihatemath.png");
      }

      .stamp9 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/tomodachiburger.png");
      }

      .stamp10 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/trimp.gif");
      }

      .stamp11 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/worthliving.png");
      }

      .stamp12 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/whatever.gif");
      }

      .stamp13 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/antonblast.gif");
      }

      .stamp14 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/graffitisoul.gif");
      }

      .stamp15 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/halflife.png");
      }

      .stamp16 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/flygon.png");
      }

      .stamp17 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/twisted.gif");
      }

      .stamp18 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/tangrowth.png");
      }

      .stamp19 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/jesuswatches.png");
      }

      .stamp20 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/peeinshower.png");
      }

      .stamp21 {
          width: 99px;
          height: 56px;
          content:url("https://skapasta.neocities.org/assets/img/decor/stamps/yakob1994.png");
      }