
#background-img-left {
    position: fixed;
    top: 0;
    left: -25%;
    width: 100vw;
    height: 100vh;
    object-fit: contain;      
    object-position: center; 
    z-index: -1;
    opacity: 0.6;
    background-color: white;   
}

#background-img-mid {
    position: fixed;
    top: 0;
    left: 39.6%;
    width: 400px;
    height: 400px;
    object-fit: contain;      
    object-position: center; 
    z-index: -2;
    opacity: 1;
    background-color: white;  
}

#background-img-mid-2 {
    position: fixed;
    top: 56%;
    left: 39.1%;
    width: 400px;
    height: 400px;
    object-fit: contain;      
    object-position: center; 
    z-index: -2;
    opacity: 1;
    background-color: white;  
}



#middle-text {
    position: fixed;
    top: 4%;
    left: 41.4%;
    font-size: 2vw;
    z-index: 1;
    background-color: rgba(255, 255, 255, 0.6);
    padding: 3.5%;
    border: dotted black 2px;
    height: 550px;
    width: 230px;
}

#middle-text h3 {
    color: black;
    text-shadow: 0 0 0px, 0 0 3px grey;
}

#middle-text p {
    color: black;
    font-size: 1.2vw;
    text-shadow: 0 0 0px, 0 0 3px grey;
    line-height: 2px;
}

#left-container {
    position: fixed;
    top: 4%;
    left: 13.5%;
    width: auto;
    height: auto;
    background-color: rgba(252, 154, 166, 0.9);
    padding: 0.5%;
    border: dotted black 2px;
    z-index: 0;
}

#harto-gif{
    width: 300px;
    height: auto;
    opacity: 0.7;
    border-radius: 2px;
    border: black 2px double;
}

#left-container p {
    color: black;
    font-size: 1vw;
    text-shadow: 0 0 0px, 0 0 3px grey;
    line-height: 2px;
}

#links {
    list-style-type: none;
}

#links a {
    text-decoration: none;
    color: black;
    font-size: 1.2vw;
    font-weight: bold;
    text-shadow: 0 0 0px, 0 0 3px grey;

}

#jarfo {
    border: dotted black 1px;
    padding: 5%;
    background-color: rgba(255, 255, 255, 0.6);
}

#phone-killer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(0, 0, 0);
    z-index: 10;
    display: none;
    text-align: center;
    justify-content: center;
    align-items: center;
    color: white;
    text-shadow: 0 0 0px, 0 0 3px grey;

}

#border-left {
    position: fixed;
    top: 0;
    left: -39.56%;
    width: 50%;
    height: 100%;
    object-fit: cover;      
    object-position: center; 
    z-index: 5;
    opacity: 0.6;
}

#tamo {
    width: 150px;
    height: auto;
    position: fixed;
    top: 40%;
    left: 26%;
    z-index: 1;
    opacity: 0.8;
}

#left-container-bottom {
    position: fixed;
    bottom: 0%;
    top: 67%;
    left: 13.5%;
    width: 322px;
    padding: 0%;
    border: dotted black 2px;
    z-index: 0;
    box-sizing: border-box;
    padding: 10px;
    background-color: rgba(252, 154, 166, 0.6);
}

#left-container-bottom img {
    width: 100%;
    height: auto;
    display: block;
    opacity: 0.8;
    border: dotted #ff001e 2px;
}

#scrapgif {
    width: 150px;
    height: auto;
    position: fixed;
    top: 50%;
    left: 47.6%;
    z-index: 1;
    opacity: 0.7;
    border: dotted #855e5e 2px;
}

#verti-text {
   writing-mode: vertical-rl;
   opacity: 0.5;
}

#now-playing {
    position: fixed;
    left: 70%;
    border: dotted black 2px;
    padding: 15px;
    background-color: rgba(155, 193, 251, 0.5);
    text-shadow: 0 0 0px, 0 0 3px grey;
    top: 4%;
    min-width: 300px;
}

#now-playing img {
    width: 300px;
    height: auto;
    margin-top: 20px;
    border: dashed rgb(0, 0, 0) 1.5px;
}

#right-container {
    position: fixed;
    top: 73%;
    right: 19.6%;
    transform: translateY(-50%);
    border: dotted black 2px;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.5);
    text-shadow: 0 0 0px, 0 0 3px grey;
    min-width: 120px;
}

#right-top-back {
    position: fixed;
    top: 3%;
    right: 2%;
    width: 400px;
    height: 400px;
    object-fit: cover;      
    object-position: center; 
    z-index: -1;
    opacity: 1;
}

#ballgif {
    width: 230px;
    height: auto;
    position: fixed;
    top: 20%;
    left: 120%;
    z-index: 1;
    opacity: 0.7;
}

@media only screen and (max-width: 900px) and (min-width: 0px) {
    #phone-killer {
        display: flex;
    }
}

