body{
    margin: 0;
}

.article-reader{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;
}

.article-header{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px
}

.math{
    font-size: 17px;
}

.image{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.figure-info{
    display: block;
    text-align: center;
    margin-bottom: -20px;
}

.header-banner{
    width: 150px;
    max-height: 150px;
}

.header-title-article{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;;
    font-size: 25px;
}

.header-publishdate{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

.content{
    width: 600px;
    margin-top: 20px;
    font-family: "EB Garamond", serif;
    font-size: 18px;
    margin-bottom: 20px;
}

.title{
    font-size: 25px;
    font-weight: bold;
    font-family: "EB Garamond", serif;
}

.subtitle{
    font-size: 22px;
    font-weight: bold;
    font-family: "EB Garamond", serif;
}

.bold{
    font-weight: bold;
}

.italics{
    font-style: italic;
}

.underline{
    text-decoration: underline;
}

.subsubtitle{
    font-size: 20px;
    font-weight: bold;
    font-family: "EB Garamond", serif;
}

.code{
    background-color: rgb(237, 245, 253);
    border: 1px solid rgb(89, 175, 247);
    color: black;
    font-family: 'Courier New', Courier, monospace;
    padding: 3px 5px;
    border-radius: 5px;
    font-size: 15px;
    display: block;
    margin-top: 5px;
}

.page-button {
    text-decoration: none;
    color: black;
    padding: 5px 5px;
    border-radius: 5px;
    cursor: pointer;
}

.page-button:hover {
    background-color: rgb(255, 146, 146);
    padding: 5px 8px;
    transition: 0.3s;
    font-weight: bold;
}