html,body {
    width: 100%;
    min-height: 100vh;
    font-family: 'Times New Roman', 'Times New Roman Bold Italic', 'Times New Roman Bold', 'Times New Roman Italic';
    font-size: 1.08em;
    line-height: 1.5;
    margin: 0;
    padding: 0;
}

h2{
    color: #0000EE;
}

h2 a{
    color: #0000EE;
}

.nav-links a{
    color: black;
}

.single {
    color: black;
    max-width: 848px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

.single-flex {
    display: flex;
    flex-direction: column;
}

.single-content a {
    /* color:black; */
    /* font-style: italic; */
    font-weight: bold;
}

.single-content h1 {
    color: rgb(54, 53, 51);
}

.aligncenter img {
    max-width: 100%;
    height: auto;
}

.title {
    color: #0000EE;
    font-style: italic;
    line-height: 28px;
}

.search{
    margin-top: 16px;
    margin-bottom: 16px;
}

.list{
    font-size: 20px;
}

.post-title {
    color: rgb(54, 53, 51);
    font-size: 26px;
    font-weight: bold;
    /* font-style: italic; */
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 28px;
}

.author {
    font-style: italic;
}

/* .category{
    font-style: italic;
    padding: 10px 10px 10px 0px;
} */
.contents{
    color: rgb(54, 53, 51);
}

.contents a:visited {
    color: rgb(174, 115, 229);
}

/*.search{
    margin-bottom: 56px;
}*/

/* search */
.searchform .screen-reader-text {
    display: none;
}

.searchform #searchsubmit {
    display: none;
}

.searchform #s {
    height: 32px;
    width: 256px;
    border-radius: 6px;
    border-color: #000;
    font-size: 22px;
    text-indent: .2em;
}

/* pages  */
.page-numbers{
    margin: 5px 5px 0 5px;
    padding: 2px 8px 2px 8px;
    /*background-color: #B08354;*/
    border-radius: 4px;
}

.current{
    background-color: #E4C482;
}

.prev,.next{
    background-color: #C0C0C0;
}

/* link home */
.linkHome {
    font-style: italic;
    text-decoration: none
}

.jump-header a,
.jump-footer a {
    color: black;
    line-height: 1.3;
}

.jump-header {
    margin: 16px 0 16px 0;
}

.jump-footer {
    margin: 40px 0 24px 0;
}