body {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    margin: auto;
    padding-left: 8rem;
    padding-right: 8rem;
    width: 900px;
    /* font-family: ui-sans-serif, system-ui, sans-serif, apple color emoji, segoe ui emoji, segoe ui symbol, noto color emoji; */
    font-family: Inter Variable, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
    background-color: #151719;
    background-image: url(/images/nnnoise.svg);
}

.main-page {
    display: flex;
    flex-direction: column;
}

a {
    text-decoration: none;
    color: #60a5fa;
}

.header {
    padding: 0 24px;
    height: 100px;
    left: 0;
    right: 0;
    position: fixed;
    justify-content: space-between;
    display: flex;
    z-index: 100;
    flex: 1;
}

#header-blur {
    opacity: 0;
    position: absolute;
    height: 100%;
    width: calc(100% + 40px);
    left: -40px;
    box-shadow: 0 0 #000, 0 0 #000, 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    backdrop-filter: blur(40px);
    z-index: -10;
}

.inside-header{
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 64rem;
    display: flex;
    flex: 0.65;
}

.left-nav {
    display: flex;
    font-size: 1.4rem;
    line-height: 1.5rem;
    font-weight: 650;
    color: #e8eef2;
}

.right-nav {
    margin-left: 1.5rem;
    color: #e8eef2;
    display:inline-flex;
    align-items: center;
}

.text-nav {
    font-size: 1.4rem;
    line-height: 1.5rem;
    font-weight: 650;
    font-weight: 500;
    font-size: 1rem;
    line-height: 1.5rem;
}

main {
    flex-grow: 1;
}

.empty-top {
    min-height: 148px;
}

header p{
    color: #e8eef2;
    font-weight: 500;
}

h1 {
    font-weight: 800;
    color: #e8eef2;
    margin-top: 0;
    font-size: 2.25em;
    margin-bottom: 0;
    line-height: 1.1111111;
}

h2 {
    color: #e8eef2;
}

hr {
    color: #e8eef2;
}

blockquote {
    color: #e8eef2;
}

.blog-content {
    display: flexbox;
}

.content {
    /* width: 800px; */
    margin: auto;
    max-width: 85ch;
}

.note {
    /* #18202b */
    background-color: #151719;
    box-shadow: -2px 0 0 #60a5fa, -4px 0 0 rgb(30, 41, 59), -7px 0 0 #60a5fa;
    padding: 0.1px 30px 5px 30px;
}

.note h2 {
    font-size: 1.65rem;
}

.title {
    box-shadow: -5.5px 0 0 #60a5fa;
    padding: 0.1px 30px 0px 30px;
    margin: 19.2px 0px 19.2px 0px;
}

.title h2 {
    margin: 0;
    font-size: 1.65rem;
}

.banner {
    margin: .57rem 0 1rem 0;
}

.banner img {
    height: 354.57px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
}

p {
    margin: 1.25rem 0;
    color: #e8eef2;
    line-height: 1.6rem;
    font-size: 18px;
}

img {
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
}

ul {
    color: #e8eef2;
}

.footer {
    margin-top: 4.3rem;
}

.footer hr {
    border-left: 0px;
    border-bottom: 0px;
    border-right: 0px;
}

.footer button {
    font-size: 17px;
    font-weight: bold;
    cursor: pointer;
    border: none;
    background-color: #151719;
    color: #e8eef2;
}

.footerbutton {
    color: #e8eef2;
    padding: .3rem 0 1rem;
    display: flex;
    justify-content: space-between;
}

#prev-nav {
    margin-right: auto;
}

#next-nav {
    margin-left: auto;
}

footer {
    padding: 1.75rem 0;
    display: flex;
    justify-content: center;
}

