<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.btn-custom {
    text-decoration: none;
    color: #fff;
    background-color: #3AAEE0;
    text-align: center;
    cursor: pointer;
    font-size: 14px;
    outline: 0;
    border: none;
    display: inline-block;
    padding: 10px 20px;
    border: 3px solid white;
    text-align: center;
    border-radius: 9px;
}</pre></body></html>