body {
    background: #f5e6c8 url(images/matryoshka-bg.jpg);
    font-family: "Arial", sans-serif;
}

.thead {
    background: linear-gradient(#8b0000, #4b0000);
    color: #ffd700;
    border-radius: 10px;
    border: 2px solid #d4af37;
}

.tcat {
    background: #b22222;
    color: white;
    border-radius: 8px;
}

.post {
    background: #fff8dc;
    border: 1px solid #d4af37;
    border-radius: 12px;
}

