@import url('https://fonts.googleapis.com/css2?family=Jacquard+12&display=swap');
body {
    font-family: "Lekton", monospace;
    background-color: black;
     color: white;
    
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1, h2, h3, h4, h5, h6,

.title {
    font-family: "Jacquard 12", serif;
}

.hero {
    position: relative;
    width: 100%;
    max-width: 550px;
}

.hero-img {
    width: 100%;
    display: block;
}

.hero-text {
    position: absolute;
    top: 17%;
    left: 50%;
    transform: translateX(-50%);

    width: 80%;
    text-align: center;

    color: black;
}
.hero-text h1 {
    margin-bottom: 60px;
}

.hero-text p {
    margin-top: 10px;
}
.p1 {
    max-width: 230px;
    margin: 0 auto;
}
.p2 {
    max-width: 300px;
    margin: 0 auto;
}

.image-space {
    width: 100%;
    text-align: center;
    padding: 30px 0;
}
.bottom-image {
    width: 50px;  
    height: auto;
    text-align: center;
}
.room-wrapper {
    position: fixed;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    height: 100vh;
    width: fit-content;
}

.room-img {
    height: 100vh;
    width: auto;
    display: block;
}
.chara {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    display: flex;
}

.left-side {
    width: 40%;

    display: flex;
    flex-direction: column;
}
.speech {
    height: 20%;
    box-sizing: border-box;

    background: rgba(255,255,255,0);
    border: 2px solid rgba(255,255,255,0);

    border-radius: 15px;
    padding: 15px;

    display: flex;
    align-items: center;
    justify-content: center;

    text-align: center;

    transition: 0.2s ease;
}
#speech-text {
    margin: 0;
    color: white;
    text-shadow: 1px 1px 2px black;
}
.garu {
    height: 80%;

    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
}

.garu a {
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.garu-img {
    height: 100%;
    width: auto;
    display: block;
}
.right-side {
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.topshelf {
    flex: 0 0 40%;
    display: flex;
    overflow: hidden;
}
.info {
    width: 33%;
    height: 100%;

    padding: 1px;
    box-sizing: border-box;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}
.info a {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}
.info-img {
    max-width: 100%;
    max-height: 100%;

    width: 165px;
    height: auto;

    display: block;
}
.comm {
    width: 28%;
    height: 100%;

    padding: 1px;
    box-sizing: border-box;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: hidden;
}

.comm a {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.comm-img {
    max-width: 100%;
    max-height: 100%;

    width: 165px;
    height: auto;

    display: block;
}
.oc {
    width: 39%;
    height: 100%;

    padding: 1px;
    box-sizing: border-box;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: visible;
}

.oc a {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.oc-img {
    max-width: 100%;
    max-height: 100%;

    width: 260px;
    height: auto;

    display: block;
}

.bottomshelf {
    flex: 0 0 32%;
    display: flex;
    overflow: hidden;
}
.empty {
    flex: 20;
}
.gallery {
    flex: 40;

    padding: 1px;
    box-sizing: border-box;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: visible;
}

.gallery a {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.gallery-img {
    max-width: 100%;
    max-height: 100%;

    width: 220px;
    height: auto;

    display: block;
}
.music {
    flex: 40;

    padding: 1px;
    box-sizing: border-box;

    display: flex;
    justify-content: center;
    align-items: center;

    overflow: visible;
}

.music a {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
}

.music-img {
    max-width: 100%;
    max-height: 100%;

    width: 260px;
    height: auto;

    display: block;
}
.botbanner {
    flex: 0 0 28%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
.space {
    flex: 35;
}
#youtubePlayer {
    position: absolute;
    width: 1px;
    height: 1px;
    opacity: 0;
    pointer-events: none;
}

.player {
    flex: 40;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;

    font-size: 12px;
    overflow: hidden;
}
.song-title-container {
    width: 400px;
    overflow: hidden;
    white-space: nowrap;

    padding: 2px;
}

#songTitle {
    display: inline-block;
    white-space: nowrap;
    padding-left: 100%;
    animation: marquee 10s linear infinite;
    font-size: 18px;
}

@keyframes marquee {
    from {
        transform: translateX(0%);
    }

    to {
        transform: translateX(-100%);
    }
}
.player button {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    padding: 0;
    margin: 0 2px;
    font-size: 32px;
    line-height: 1;
}

.player button:hover {
    opacity: 0.7;
}
.social-media {
    flex: 25;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;

}

.social-media a {
    color: white;
    text-decoration: none;
    font-size: 16px;
}

.social-media a:hover {
    text-decoration: underline;
}