/**
Theme Name: Тема Вани
Author: Истомин Иван
*/

body {
    font-family: "serif", serif; 
    margin: 0;
    padding: 0;
    line-height: 1.6;
    background-color: #f8f8f8; 
    color: #333;
     }
     
     /* Header */
     header {
    background-color: #f0e6d6; 
    color: #333;
    padding: 20px 0;
    text-align: center;
    border-bottom: 1px solid #ddd; 
     }
     
     h1 {
    margin: 0;
    font-size: 3em;
    font-weight: 700; 
     }
     
     /* Navigation */
     nav {
    background-color: #f0e6d6; 
    padding: 10px 0;
    border-bottom: 1px solid #ddd; 
     }
     
     nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: center;
     }
     
     nav li {
    display: inline-block; 
    margin: 0 15px;
     }
     
     nav a {
    text-decoration: none;
    color: #333;
    font-weight: 600;
    transition: color 0.3s ease; 
     }
     
     nav a:hover {
    color: #800020; 
     }
     
     /* Main Content */
     main {
    padding: 20px;
    max-width: 960px;
    margin: 0 auto;
     }
     
     section {
    background-color: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd; 
     }
     
     h2 {
    font-size: 2em;
    margin-top: 0;
    font-style: italic; 
     }
     
     p {
    margin-bottom: 15px;
    line-height: 1.8; 
     }
     
     
     /* Footer */
     footer {
    background-color: #800020; 
    color: white;
    text-align: center;
    padding: 10px 0;
    font-style: italic;
     }
     
     /* Responsiveness */
     @media (max-width: 768px) {
    nav li {
      display: block;
      margin: 10px 0;
      text-align: center;
    }
     }
/* основные стили */

