/* **********************************
SAMPLE CSS
************************************** */


/********************************
 Typography Style
******************************** */


/* *******************************
message-area
******************************** */

body {
    background: #f9f9f9;
    padding: 2rem;
}

textarea {
    resize: vertical;
}

.stat-box {
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
}