<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
body {
    font-family: Arial, sans-serif;
    padding: 5px 0;
}
.large {
    font-size: 24px;
    color: #ff5733;
}
select {
    padding: 5px;
}
p {
    margin: 10px 0;
}
div {
    padding: 5px;
}
a {
    font-size: 0.8em;
}
.hr1 {
    border-bottom: 3px dotted #3730A3;
}
.title {
    font-size: 18px;
    font-weight: bold;
    color: #4B5563;
    height: 60px;
}
.sub {
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #3730A3;
}

/* Stylish Select */
#global-quantity {
    font-size: 1.1em;
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #3B82F6;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
</pre></body></html>