<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">input[type=text] {
    width: 30%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    border: 2px solid Coral;
    border-radius: 4px;
    background-color:BlanchedAlmond;   
    color: BlueViolet;
}

button {
    background-color: paleturquoise; 
    border-color : red;
    color: black;
    padding: 8px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}

p {
    display: inline;
    color: blue;
}
/*
button {
    background-color: DarkSalmon; 
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
*/
</pre></body></html>