/* General Styles */
body {
    font-size: 14px;
    color: rgb(255, 255, 255);
    font-family: "Courier New";
    letter-spacing: normal;
    line-height: normal;
    text-align: left;
    margin: 5%;
}

html {
    background-color: #27374D;
}

p, ul {
    margin: 5%;
}

audio {
    margin-top: 10px;
    margin-bottom: 10px;
}

/* Headings */
h1 {
    text-align: center;
}

h2 {
    font-size: 1.5em;
    background-color: #526D82;
    margin: 1%;
    padding: 35px;
}

/* Links */
a {
    color: #9DB2BF;
}

#linktoaccessver {
    font-size: 15px;
}

#warningHyperlink {
    text-align: center;
    display: block; /* Ensures the box fits tightly around the text */
    background-color: red;
    color: white; /* Makes the text visible on red background */
    padding: 10px 20px; /* Adds space inside the box */
    border: 2px solid red; /* Creates a border around the box */
    text-decoration: none; /* Removes the underline */
}

#hyperlink {
    text-align: center;
    display: block; /* Ensures the box fits tightly around the text */
}

/* Custom Classes */
.loona {
    color: aqua;
}

.yap {
    background-color: #526D82;
    padding: 5px;
    margin: 25px 100px 25px 100px;
    line-height: 20px;
}

.yap p {
    font-weight: bold;
}

.yap h2 {
    background-color: #9DB2BF;
    color: black;
}

.yap a {
    color: #E47687;
}

#yunjin {
    font-weight: lighter;
    color: #27374D;
    background-color: #9DB2BF;
    border-left: 5px solid #E47687; /* Optional: Add a visual separator for nested content */
    padding: 15px;
    margin:-30px 100px 10px 100px;
    font-style: italic;
}

@media (max-width: 768px) {
    .yap {
        margin: 10px 5px; /* Adjust margin for mobile */
    }

    #yunjin {
        margin: -20px 5px 5px 5px; /* Adjust margin for mobile */
    }
}


/* Commented-Out Styles */
/*
.name-lyric {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.gName {
    font-size: 20px;
    background-color: #50dcc7;
    font-weight: bold;
}

.gLyric {
    font-size: 20px;
    background-color: #50dcc7;
    font-weight: lighter;
}
*/

