<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">* {
    font-family: Arial;
    color: white;
}
.noBorder {
    border: 0px;
    padding:0; 
    margin:0;
    border-collapse: collapse;
}
header {
    background-color: black;
}
body {
    background-color: #3F474B;
}
.headertext {
    display: inline;
    color: white;
}

button {
    background-color: #04AA6D; /* Green */
    border: none;
    color: white;
    padding: 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 12px;
}</pre></body></html>