@import url('https://fonts.googleapis.com/css2?family=Inconsolata:wght@400;500;600;700;800;900&display=swap');

html, body {
    background-color: #0e0e0e;
    width: 100%;
    height: 100%;
}
html, body {
    max-width: 100%;
    overflow-x: hidden;
}

.title {
    color: white;
    font-size: 1vw;
    font-family:monospace;
    position: relative;
    margin-left: 50%;
    transform: translate(calc(-50% - 7px));
}
.subtitle {
    color: #cbcbcb;
    font-family: 'Inconsolata', monospace;
    position: relative;
    top: 0;
    left: 0;
    font-size: 16px;
    text-align: center;
    width: 100%;
    display: block;
    margin: 0;
    padding: 0;
}
.msg-list {
    list-style-type: none;
    color: white !important;
    position: relative;
    top: 15px;
    font-family: 'Inconsolata', monospace;
    padding: 0;
    white-space: nowrap;
    left: 0;
    margin-left: calc(50% - 470px);
    width: fit-content;
    overflow-x: hidden;
}
#emitting-year, #elemental-msg {
    display: inline-block;
    width: 160px;
    overflow-x: scroll;
    white-space: nowrap;
    line-height: 12px;
    /*overflow-y: visible;*/
    padding: 0;
    margin: 0;
}
#star {
    display: inline-block;
    width: 170px;
    overflow: scroll;
    white-space: nowrap;
    line-height: 9px;

}
#year {
    display: inline-block;
    width: 40px;
    overflow: scroll;
    white-space: nowrap;
    line-height: 9px;
}
.made-by {
    color: white;
    font-family: 'Inconsolata', monospace;
    position: relative;
    bottom: -100px;
    margin-bottom: 10px;
    padding: 0;
    width: fit-content;
    height:fit-content;
    left: calc(50% - 80px);
    font-size: 14px;
}
.just-mango {
    color: #fff5d6;
    cursor: pointer;
    text-decoration: none;
}
.just-mango:hover {
    text-decoration: underline;
}
.date-break {
    display: none;
}

@media screen and (max-width: 980px) {
    .msg-list {
        font-size: 14px;
        margin-left: calc(50% - 390px)
    }
    #emitting-year, #elemental-msg {
        width: 120px;
    }
    #star {
        width: 130px;

    }
    #year {
        width: 30px;
    }
}
@media screen and (max-width: 870px) {
    .msg-list {
        margin: 0;
        padding: 0;
        left: 0;
    }
    .date-break {
        display: block;
    }
    #emitting-year, #star, #year {
        display: inline;
    }
    .separator {
        display: none;
    }
}

@media screen and (max-width: 650px) {
    .title {
        font-size: 1.6vw;
        transform: translate(calc(-50% - 21.79vw));

    }
    .subtitle {
        font-size: 12px;
        white-space: break-spaces;
    }
    .msg-list {
        font-size: 13px;
    }
}