body {
    background-image: url('/assets/bg/stars.gif');
    height: 100vh;
    display: flex;
    justify-content: center;
}

.top-bar {
  position: relative;
  height: 100px; /* or whatever fits */
}

.returnLink {
    position: absolute;
    top: 10px;
    left: 20px;

    color: #ffffff;
    font-family: "IBM Plex Mono", monospace;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    text-decoration: none;
}

.container {
    width: 1060px;
    padding-top: 20px;
}

.storeFront {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.sign {
    width: 100%;
    height: 120px;
    display: flex;
    background: linear-gradient(0deg, #040404 0%, #193384 100%);

    justify-content: center;
    align-items: center;
}

.yellowPart {
    width: 50%;
    height: 100%;
    border-radius: 20px;
    background: #F0C000;
    
    display: flex;
    justify-content: center;
    align-items: center;
}

.redLine {
    width: 95%;
    height: 78%;
    border-radius: 20px;
    border: 5px solid #CE2525;

    display: flex;
    justify-content: center;

    position: relative;
}

.bottomTitle,
.topTitle {
    text-align: center;
    font-family: "Ishmeria";
    font-size: 60px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.bottomTitle {
    color: #fff;
    position: absolute;
    z-index: 1;
    top: -17px;
}

.topTitle {
    color: #CE2525;
    position: absolute;
    z-index: 2;
    top: -23px;
}

.brickWall {
    width: 100%;
    height: 800px;
    background-image: url("/assets/bg/bricks.webp");
    background-repeat: repeat;
    background-size: 250px;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;

    position: relative;
}

.shopWindow {
    width: 93%;
    display: flex;
    justify-content: center;
    height: auto;
    
    position: relative;
}

.shopWindow img {
    width: 100%; /* visual scale */
    height: auto;
    display: block;
}

.musicSection {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    width: 260px;
    height: fit-content;

    /* border: #33ff00 solid 2px; */

    position: absolute;
    top: 282px;
    left: 70px;
}

.saleSign {
    width: 100%;
    height: 55px;
    background-color: #F0C000;
    border: #CE2525 solid 1px;

    display: flex;
    justify-content: center;
    align-items: center;

    position: relative;
}

.saleSign h2:first-child {
    color: #CE2525;
    text-align: center;
    font-family: "Ishmeria";
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;

    position: absolute;
    z-index: 2;
}

.saleSign h2:last-child {
    color: #ffffff;
    text-align: center;
    font-family: "Ishmeria";
    font-size: 33px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    z-index: 1;
    top: -15px;
}

.musicShelf {
    padding-top: 5px;

    width: 100%;
    display: flex;
    justify-content: center;
    height: auto;
    
    position: relative;
}

.musicShelf img {
    width: 100%;
    height: auto;
    display: block;
    z-index: 1;
}

.musicShelfContent {
    display: grid;
    width: 90%;
    grid-template-rows: auto auto;
    row-gap: 10px;
    position: absolute;
    z-index: 2;
}

.rowOne, .rowTwo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.rowOne {
    grid-row: 1;
    margin-top: 15px;
}


.rowTwo {
    grid-row: 2;
}

.cd1 img, .cd2 img, .cd3 img {
    transform: scale(0.7);
}

.cassete1 img, .casette2 img, .casette3 img {
    transform: scale(0.8);
}

.boomBlasterContainer {
    width: 225px;
    height: auto;
    position: absolute;
    top: 280px;
    right: 80px;
}

.boomBlaster img {
    width: 100%;
    transform: scaleX(-1);
}

.nodes {
    margin-bottom: -60px;
}

.theCat {
    width: 270px;
    height: auto;
    position: absolute;
    top: 680px;
    left: -90px;
}

.theCat img {
    width: 100%;
}

.clothingSection {
    width: 320px;
    height: auto;
    position: absolute;

    top: 570px;
    right: -100px;
}

.boxOfClothes img{
    width: 100%;
    height: auto;
}

.examineMusic {
    position: absolute;
    width: fit-content;
    height: auto;

    top: 520px;
    z-index: 3;
    left: 45px;
}

.examineClothes{
    position: absolute;
    position: absolute;
    width: fit-content;

    top: 800px;
    z-index: 3;
    right: -50px;

}

.greyBox {
    border: 3px solid #000;
    background: #D9D9D9;

    color: #000;
    font-family: "STAR JR Large Compressed";
    font-size: 26.063px;
    font-style: normal;
    font-weight: 400;
    line-height: 0;

    padding: 5px 10px;
}

.greyBox:hover {
    background: #000000;
    color: #D9D9D9;
}

.underConstructionPika {
    width: 200px;
    height: auto;
    position: absolute;
    bottom: 90px;
    right: 55px;
}

.underConstructionPika img {
    width: 100%;
    height: auto;
}