<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    background-color: azure;
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 18px;
    text-align: center;
}

h {
    font-size: 40px;
}

button {
    height: 10%;
    width: 10%;
    background: rgb(193, 225, 193);
    border-radius: 10px;
    font-size: 18px;
    padding: 1%;
}

#results {
    border: 3px solid;
    border-color: black;
    margin: 3%;
    border-radius: 10px;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

textarea{
    border-radius: 10px;
    padding: 10px;
    width: auto;
    height: auto;
}

.bookmark-button{
    width: 10%;
    height: 10%;
    border-radius: 10px;
    padding: 1%;
    font-size: 18px;
}</pre></body></html>