* {
    margin: 0;
    line-height: 1.0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%
}

body {
    font-size: 2.0rem;
    font-family: Source Serif Pro, Cardo, sans-serif;
    font-weight: 400;
}


h1 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-size: 4.4rem;
}

h2 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-weight: 600;
    font-size: 3.6rem;
}

h3 {
    margin-bottom: 2rem;
    margin-top: 2rem;
    font-weight: 600;
    font-size: 2.4rem;
}

ul, ol {
    margin-top: 2rem;
}


main {
    margin-left: auto;
    margin-right: auto;
    width: 63.0rem;
    position: relative;

}

.index {
    margin-left: auto;
    margin-right: auto;
    width: 63.0rem;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.article {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid black;
}

p {
    line-height: 1.5;
    margin-top: 1.6rem;
    margin-bottom: 3.0rem;
}

li {
    line-height: 1.5;
    margin-bottom: 1.4rem;
}

th {
    border-bottom: 1px solid black;
    text-align: center;
    font-weight: 600;
    padding: 1.2rem;
}

table {
    border-collapse: collapse;
}

td {
    padding-left: 2rem;
    padding-right: 3rem;
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    text-align: left;
}

thead {
    /* display: block; */
    /* justify-content: space-around; */
    /* background-color: red; */
}

a:link, a:visited {
    text-decoration: none;
    color: #1673d0;
}

a:hover, a:active {
    text-decoration: none;
    color: #1673d0;
    font-size: 2.4rem;
}

.tag-link:link, .tag-link:visited {
    text-decoration: none;
    color: #333333; */
}

.tag-link:hover, .tag-link:active {
    text-decoration: none;
    /* color: #1673d0; */
    font-size: 2.4rem;
}


.article-date {
    font-size: 1.6rem;
}

.title {
    margin-bottom: 0px;
    /* text-align: center; */
}

.article-date p {
    margin-top: 1rem;
}

/* article { */
/*     display: flex; */
/*     flex-direction: column; */
/*     gap: 1px; */
/* } */

.tags {
    display: flex;
    /* background-color: pink; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    justify-content: center;
    align-items: center;
    margin-top: 1rem;
}

.tags p {
    /* display: block; */
    /* background-color: red; */
    margin: 0;
    padding: 0;
}

.tags-list {
    display: flex;
    justify-content: flex-begin;
    /* background-color: blue; */
    margin: 0;
    gap: 1.4rem;
    padding-left: 1.2rem;
    
}

.tag-item {
    list-style: none;
    font-style: italic;
    margin: 0;
    background-color: #dee2e6;
    padding: 0 1rem;
}

.prev-next {
    display: flex;
    justify-content: center;
}


footer {
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
    margin-bottom: 0;
    width: 60rem;
}

footer p {
    margin-top: 0;
    margin-bottom: 0;
    
}

.footer {
    margin-top: 3rem;
}

.top-nav {
    display: flex;
    /* background-color: pink; */
    justify-content: space-evenly;
    margin-bottom: 4.8rem;
    margin-top: 2.4rem;
    text-transform: uppercase;
    font-size: 1.4rem;
}

.home-link {
    /* background-color: red; */
    margin-right: auto;
    margin-left: 4.8rem;
    flex: 2;
    font-size: 2rem;
}

.rest-nav {
    /* background-color: yellow; */
    flex: 1;
    display: flex;
    justify-content: space-evenly;
    /* margin-left: auto; */
    font-size: 1.6rem;
    
}

.footnote {
    margin-bottom: 2rem;
}

.footnote td {
    line-height: 1.3;
    font-size: 1.8rem;
}

img {
    max-width: 100%;
}

.nobullet {
    list-style: none;
}

.alist {
    margin-left: auto;
    margin-right: auto;
    width: 63.0rem;
    /* display: flex; */
    /* justify-content: center; */
    /* flex-direction: column; */
   
}

blockquote {
    font-size: 2.0rem;
    padding-left: 3.2rem;
    padding-right: 3.2rem;
    padding-top: 1.6rem;
    padding-bottom: 1.6rem;
    font-family: Cardo;
    background-color: #f1f3f5;
    color: #0b7285;
    border-radius: 15px;
    box-shadow: 0px 0px 21px 2px rgba(0,0,0,0.1);
    line-height: 1.3;
}

.code, .literal-block {
    overflow-x: scroll;
    font-size: 1.6rem;
    width: 0;
    min-width: 100%;
    font-family: monospace;
    line-height: 1.3;
}

