/*
Theme Name: neve_nikulin
Template: neve
Не обязательные параметры:
Author: 
Author URI: http://example.com/about/
Version: 1.0
*/


h2 {
    color: #e58e0a;
}

h1 {
    color: #e58e0a;
}

p {
    font-size: 16px;
    line-height: 1.6;
}

.entry-content {
    color: #736852;
    padding: 20px;
    border: 3px solid #231717;
    border-radius: 30px;
}

.content {
    margin-top: 20px;
    color: #555;
}

p {
    font-size: 16pt !important;
}

.bold-a {
    font-weight: bold;
    color: #e58e0a;
}

.custom-block {
    background-color: #f4f4f4;
    padding: 20px;
    border: 1px solid #ccc;
}

.custom-menu {
    background-color: #211a1a;
    color: #a49574;
}

.custom-menu a {
    color: #a49574;
}

body {
    background-color: #dedbc0;
}


