body {
    background-image: url(images/space_bg.2.gif);
    margin: 0;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    cursor: url('images/cursor.webp'), auto;
}

@font-face {
    font-family: Doto;
    src: url(fonts/Doto/Doto-VariableFont_ROND\,wght.ttf), format(wght);
    font-weight: 500;
    font-style: normal;
}

.window {
    background-color: black;
    position: relative;
    overflow: visible;
    border-style: solid;
    border-color: red;
    border-width: 6px;
}
#disclaimer {
    direction: ltr;
    height: 626px;
    width: 861px;
    z-index: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    text-align: center;
    align-items: center;

}
.text1 {
    background: linear-gradient(180deg,rgba(255, 0, 0, 1) 0%, rgba(255, 0, 149, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    margin: 0;
    line-height: 1.2;
    font-family: 'Doto', sans-serif;
}
#Enter {font-size: 40px;}
#STOP {font-size: 48px;}
#Dis1 {font-size: 30px;}
#WELCOME {font-size: 48px; font-weight: 900;}

#disclaimerfurr {
    width: 1000px;
    height: 1400px;
    pointer-events: none;
}
#window1 {
    position: absolute; width: 600px; height: 200px;
    top: 100px; left: 90px; z-index: 0;
}
#window2 {
    position: absolute; width: 600px; height: 100px;
    top: 340px; left: 90px; z-index: 0;
}
#window3 {
    position: absolute; width: 600px; height: 400px;
    top: 500px; left: 90px; z-index: 0;
    display: flex; flex-direction: column;
}
#window4 {
    position: absolute; width: 600px; height: 800px;
    top: 100px; left: 720px; z-index: 0;
}
#homefurr {
    position: absolute; width: 600px; height: 1100x;
    top: 100px; left: 1300px; z-index: 1;
    -webkit-user-drag: none;
    pointer-events: none;
}
#cd {
    display: block;
    position: absolute; 
    top: 300px; left: 40px;
    width: 150px;
    height: auto;
}
#music {margin-left: 100px; font-size: 28px;}
#playBt {position: relative; margin-left: 100px; height: 20px; width: 20px;
     background-color: transparent; outline: none; border: none;}
#stopBt {margin-left: 30px; height: 20px; width: 20px; background-color: red;
    outline: none; border: none;}
#playpic {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}
.scroll {
    background-color: black; height: 750px; width: 550px;
    overflow-y: auto;
}
.post {
    font-weight: 500;
    font-size: 32px;
    margin-left: 5px;
}
.imagespost {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: flex-start;
    margin-left: 5px;
}
.navigate {font-size: 46px;}
#Windowabout, #windowartwork, #windowinspo {
    width: 1300px; height: 800px;
}
#aboutmetext {font-size: 38px; line-height: 70px; margin-left: 10px;}
#aboutmepic {position: absolute; left: 738px; bottom: 332px; height: 580px; width: auto;}
.backcontainer {
    position: absolute;
    top: 750px;
    left: 30px;
}
#windowartwork {display: flex; flex-wrap: wrap;}
.back {font-size: 30px;}
.artworks {
    width: auto; height: 208px;
}
.placeholder1 {
    height: 600px; width: 1200px;
    background-color: rgb(0, 0, 0);
    bottom: 50px;
    overflow-y: auto;
}
.artworks1 {
    -webkit-user-drag: none;
    pointer-events: none;
}
#hostedby {margin-left: 5px;}
.artworks2 {
    width: auto; height: 400px;
}
#thanksimg {
    position: absolute;
    top: 250px;
    left: 350px;
    width: auto;
    height: 600px;
}