
.days-one-regular {
    font-family: "Days One", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    width: 700px;
    margin: 0 auto;  /* центрирует */
    font-family: "Days One", sans-serif;
    line-height: 1.5;  /* читать легче */
    
}   

header {
    text-align: center;
}

main {
    width: 100%;
}

/* Воздух между секциями */
section {
    margin-bottom: 40px;
}

p {
    margin-top: 0;
}


blockquote, ol, footer {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
}

blockquote {
    width: 93%;
    margin: 20px 0;
    padding: 16px 20px;
    background-color: #f9f9f9;
    border-left: 4px solid #ff6600;;
    font-style: italic;
    border-right: 4px solid #ff6600;
}

/* Список — отступы сверху/снизу */
ol {
    width: 32%;
    margin-left: 215px;
    border-left: 5px solid #c3c3c3;
    border-right: 5px solid #c3c3c3;
    margin-bottom: 20px;
    padding-left: 30px;
}

li {
    margin-bottom: 8px;
}

h2 {
    background-color: #e2e2e2;
    padding: 9px 15px;
    border-radius: 12px;
    border: 2px solid #c3c3c3;
    margin-top: 30px;
    box-shadow: 1px 6px 6px rgba(0,0,0,0.05);
    color: rgb(35, 35, 35);;
}

img {
    max-width: 100%;
    height: auto;
    border-radius: 12px;
    width: 100%;
    padding: 0;
    margin-bottom: 5px;
}

footer {
    text-align: center;
    font-size: 14px;
    color: #555;
    border-top: 2px solid #ccc;
    padding-top: 15px;
}

a {
    color: #0066cc;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.25s ease;
    border-bottom: 1px dotted transparent;
}

a:hover {
    color: #e63946;
    border-bottom-color: #e63946;
    letter-spacing: 0.3px;  /* буквы чуть раздвигаются */
}

section h2 {
    text-align: center;
}

h3 {
    text-align: center;
    color: rgb(75, 75, 75);
}

p {
    color: rgb(96, 96, 96);;
}

/* Все абзацы */
p {
    padding-left: 15px;
    margin-top: 0;
    margin-bottom: 16px;
    color: rgb(96, 96, 96);
}

/* Жирный абзац (первый) */
.main {
    font-weight: bold;
    color: #3e3e3e;  /* делаем темнее, чтобы выделялся */
    font-size: 1.05em; /* чуть крупнее */
}

/* Делаем header красивее */
header a {
    font-size: 0.95em;
}

/* Центрируем картинку */
img {
    display: block;
    margin: 0 auto;
}
