@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&display=swap');
@import url('https://fonts.googleapis.com/icon?family=Material+Icons');

body {
    font-family: 'Cal Sans', sans-serif;
    background-color: #1a191a;
    color: #ccc7c7;
    margin: 0;
    line-height: 1.6;
}

.material-you-card {
    background-color: #2c2c2e;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.material-you-nav {
    display: flex;
    background-color: #2c2c2e;
    padding: 4px;
    border-radius: 9999px;
    width: fit-content;
}

.material-you-nav a {
    padding: 8px 24px;
    border-radius: 16px;
    transition: background-color 0.3s, color 0.3s;
    text-decoration: none;
    color: #e0e0e0;
    font-weight: 500;
}

.material-you-nav a.active,
.material-you-nav a:hover {
    background-color: #f8bbd0;
    color: #1a1a1a;
}

.material-you-button {
    background-color: #f48fb1;
    color: #1a1a1a;
    padding: 10px 20px;
    border-radius: 16px;
    text-align: center;
    font-weight: 500;
    transition: background-color 0.3s;
    border: none;
    cursor: pointer;
}

.material-you-button:hover {
    background-color: #f06292;
}

.music-player {
    background-color: #2c2c2e;
    border-radius: 28px;
    padding: 16px;
    text-align: center;
}

.music-player .album-cover {
    width: 140px;
    height: 140px;
    border-radius: 16px;
    flex-shrink: 0;
    display: block;
    margin: 15px auto 10px auto;
}

.music-player .flex {
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
    margin-bottom: 0.5rem;
}

.music-player .flex h3 {
    margin-bottom: 0.2rem;
}

.music-player .flex p {
    margin-top: 0.2rem;
}

.music-player .progress-bar-container {
    width: 100%;
    background-color: #616161;
    border-radius: 9999px;
    height: 6px;
    margin-top: 1rem;
}

.music-player .progress-bar {
    background-color: #f8bbd0;
    height: 100%;
    border-radius: 9999px;
}

.music-player .time-display {
    display: flex;
    justify-content: space-between;
    font-size: 0.75rem;
    color: #a0a0a0;
    margin-top: 4px;
    text-align: left;
}

.music-player .controls {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    margin-top: 1rem;
    color: #e0e0e0;
}

.music-player .play-button {
    background-color: #f8bbd0;
    color: #1a1a1a;
    padding: 0.3rem;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
}

.text-pink-accent {
    color: #f8bbd0;
}

.text-pink-darker {
    color: #f48fb1;
}

.bg-pink-accent {
    background-color: #f8bbd0;
}

.bg-pink-darker {
    background-color: #f48fb1;
}

.text-gray-normal {
    color: #e0e0e0;
}

.text-gray-light {
    color: #a0a0a0;
}

.text-gray-dark {
    color: #616161;
}

.italic-text {
    font-style: italic;
}

.font-bold-text {
    font-weight: 700;
}

.font-semibold-text {
    font-weight: 500;
}

h1, h2, h3, h4, h5, h6 {
    color: #f8bbd0;
}

h1 {
    font-size: 2.25rem;
    font-weight: 700;
}

h2 {
    font-size: 1.875rem;
    font-weight: 700;
}

h3 {
    font-size: 1.25rem;
    font-weight: 500;
}

small {
    font-size: 0.875rem;
    color: #a0a0a0;
}

.emoticons {
    text-align: center;
    color: #a0a0a0;
    margin: 1rem 0;
}

.blog-end {
    font-style: italic;
    text-align: right;
    color: #a0a0a0;
    margin-top: 1.5rem;
}

.side-img img {
    max-width: 100%;
    height: auto;
    border-radius: 16px;
}

.side-img p {
    text-align: center;
    font-size: 0.875rem;
    color: #a0a0a0;
    margin-top: 0.5rem;
}

a {
    color: #f8bbd0;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

.qp {
    text-align: center;
}

.qp p {
    margin-bottom: 0.5rem;
}

.qp .divider {
    border-top: 1px solid #424242;
    margin: 1rem auto;
    width: 80%;
}

em {
    font-style: normal;
    color: #b1969c;
}

em.pos {
    color: #85c78a;
}

p em.neg {
    color: #c78585;
}

em.time {
    color: #c0c785;
}

em.socials {
    color: #8586c7;
}

em.rlcontent {
    color: #c7a385;
}

em.wpcontent {
    color: #ee93a6;
}

footer {
    margin-top: 3rem;
}

footer h3 {
    margin-top: 0;
    text-align: center;
    color: #b1969c;
}

.footer-line {
    display: flex;
    justify-content: space-between; 
    align-items: center;
    margin-bottom: 0.5rem; 
}

.footer-line p {
    margin: -7px 0;
    padding: 0;
    color: #616161;
}
