@import url('https://fonts.googleapis.com/css2?family=JetBrains+Mono&display=swap');

html, body, #maincontainer {
    background-color: #000;
    width: 100vw;
    height: 100vh;
    margin: 0; padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: JetBrains Mono, monospace;
    overflow: hidden;
}

#moon {
    background-image: url(image.png);
    width: 250px;
    height: 183.5px;
    background-size: cover;
    position: absolute;
    top: 10px;
    right: 10px;
}

#rountain {
    background-image: url(rountain.png);
    /* 599 x 576 */
    width: calc(599px * 1.1);
    height: calc(576px * 1.1);
    background-size: cover;
    margin-left: 20vw;
}

#pb {
    background-image: url(pb.png);
    width: calc(113px * 1.1);
    height: calc(166px * 1.1);
    background-size: cover;
    position: absolute;
    top: 60vh;
}

.pba {
    transform: rotate(50deg);
}
.pbd {
    transform: rotate(0);
}

#j {
    background-image: url(j.png);
    width: calc(178px * 1.1);
    height: calc(187px * 1.1);
    background-size: cover;
    position: absolute;
    left: 50px;
    /* transform: rotate(90deg); */
}

/* #bob {
    width: calc(129px * 1.2);
    height: calc(185px * 1.2);
    background-image: url(bob.png);
    background-size: cover;
    position: absolute;
} */

.ba {
    width: calc(129px * 1.2);
    height: calc(185px * 1.2);
    background-image: url(bob.png);
    background-size: cover;
    position: absolute;
}

.bd {
    width: calc(129px * 1.2);
    height: calc(185px * 1.2);
    background-image: url(bobd2.png);
    background-size: cover;
    position: absolute;
    transform: translateX(-100px) rotate(-90deg);
}



/* nk - 109x149 */
/* bk - 103x149 */

.nk {
    background-image: url(nk.png);
    width: calc(109px * 0.8);
    height: calc(149px * 0.8);
    background-size: cover;
    position: relative;
    left: 95px;
    top: 40px;
}
.bk {
    background-image: url(bk.png);
    width: calc(103px * 0.8);
    height: calc(149px * 0.8);
    background-size: cover;
    position: relative;
    left: 105px;
    top: 43px;
}

#controlstext {
    color: #fff;
    position: absolute;
    bottom: 10vh;
    left: 10vw;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

#authortext {
    color: #fff;
    position: absolute;
    bottom: 5vh;
    left: 10vw;
    font-size: 12px;
    color: #aaa;
}

.thought {
    color: #fff;
    width: 150px;
    height: 100px;
    border-radius: 50%;
    border: 2px solid #fff;
    text-align: center;
    padding-top: 10px;
}
#jthought {
    position: relative;
    top: -200px;
    left: 20px;
}
#pbthought {
    position: relative;
    top: -100px;
    left: 10px;
    font-size: 13px;
}