<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.border-shadows-buttom
{
    box-shadow: 10px 10px 10px 0 rgba(255, 255, 255, 0.5);
    border-radius: 5px;
    padding: 10px;
    margin-bottom: 10px;
    border: 0.1px solid #e6e6e6;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
}</pre></body></html>