header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    border-bottom: 4px solid #D3D3D3;
    background-color: white;
}
header.sticky > .navbar {
    font-size: 0.8rem;
    padding: 0;
    align-items: center;
}
header.sticky .logo_wrap h1 {
    margin: 0;
}
header.sticky .share_wrap p {
    margin-top: 0;
    margin-bottom: 0;
}
.navbar {
    display: flex;
    /* align-items: baseline; */
    max-width: 980px;
    margin: 0 auto;
    padding-top: 1rem;
    transition: all 0.2s ease;
}
.logo_wrap {
    margin-right: auto;
}
.logo_wrap a{
    color: black;
    text-decoration: none;
}
.brand-logo {
    margin-right: 1rem;
}
.share_wrap p {
    margin-top: 1.52rem;
    margin-bottom: 0;
}
.share_bar a {
    text-decoration-line: none;
}
.container {
    max-width: 980px;
    margin: 0 auto;
    margin-top: 150px;
}
.main-content {
    margin-bottom: 4rem;
}
.topic {
    margin-top: 2rem;
    margin-bottom: 3rem;
}
.topic h2 a {
    margin-right: 1rem;
}
.showcase {
    margin-top: 2.5rem;
}
section.showcase > section.nes-container {
    position: relative;
    padding-bottom: 2.5rem;
}
.property {
    margin-bottom: 1rem;
}
.property span{
    margin: 0 1.8rem;
}
#texts > * {
    margin-bottom: 1.5rem !important;
}
.select_box {
    display: flex;
}
.nes-select {
    width: 14%;
    margin-right: 1rem;
}
.button_box {
    display: flex;
}
.button_box button{
    margin-right: 1em;
}
.info_box {
    display: flex;
    justify-content:space-between;
}
.wrap.selected {
    padding-right: 1rem;
    border-radius: 10px;
    background: rgba(221, 221, 221, 0.856);
    transition: all 0.3s ease;
}
.banner {
    display: flex;
    margin-bottom: 1rem;
}
.banner p {
    margin-top: 1rem;
    margin-left: 1rem;
}
footer {
    text-align: center;
    margin-bottom: 2rem;
}
footer a {
    color: #333;
    text-decoration: none;
}
.scroll-btn {
    position: fixed;
    bottom: -60px;
    right: 2rem;
    box-shadow: 0 5px 20px rgba(0,0,0,.6);
    transition: all 0.3s ease;
}
.scroll-btn.active {
    bottom: 25px;
}
.scroll-btn > span {
    display: block;
    transform: rotate(90deg);
}
.article-link .title a {
    color: #333;
    text-decoration-line: none;
}
