
body {
    background-image: url("/IMAGES/PAGE3/PAGE3BG.jpg");
}

.box {
    margin-bottom: 10vh;
}

#header,
.box {
    background-color: #131212;
    background-image: url("/IMAGES/PAGE3/PAGE3BOXBG.jpg");
    background-attachment: scroll;
    border: none;
}

#wardrobe {
    padding: 0 0 100px 0;
    background: none;
    background-color: #131212;
    background-image: url("/IMAGES/PAGE3/PAGE3BOXBG.jpg");
    background-attachment: scroll;
    border: none;
}

#wardrobehead {
    position: relative;
    padding-bottom: 50px;
}

#paper {
    position: absolute;
    width: 100%;
    z-index: 1;
}

#paper img {
    display: block;
    margin: -10% auto 10px auto;
    width: 60%;
}

#spinnercontainer {
    position: relative;
    padding: 12px 0 10% 0;
    z-index: 2;
}

#spinner img{
   width: 8%;
    padding: 0 0 0 0;
}

#spinner {
    width: 50%;
    margin: auto;
    padding: none;
}

#spinner p {
    background-color: rgba(255, 255, 255, 0.43);
    color: #131212;
    text-align: center;
    font-family: "typewriter_royal_200_trasheRg";
    font-size: clamp(1.5em, 2.5vw, 50px); 
    animation: color-change 4s infinite;
    transition-duration: 0.5s;
    border: double;
    border-radius: 15px
}

#spinner p:hover {
    transition-duration: 0.5s;
    animation: slow-shake 1s infinite, color-change 1s infinite;
}

.spinner-row {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin: -10%;
}

.spinner-row img {
    min-width: 15%;
    transition-duration: 0.4s;
    z-index: 2;
}

.spinner-row img:hover {
    min-width: 40%;
    transition-duration: 0.4s;
    z-index: 3;
}