html, body {
    height: 100%;
}

body {
    margin: 0;
    font-family: "Georgia", serif;
    background: #f6f4ef;
    color: #222;
    height: 100%;
    width: 100%;
    line-height: 1.4;
    alignment: center;
    display: block;
    padding:0;
}

main.content {
    overflow: auto;
    padding-bottom: 125px;
}

.topbar {
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #f2dfce;
    padding: 12px 24px;
    border-top: 1px solid #d4c3b6;
    border-bottom: 1px solid #d4c3b6;
    z-index: 10;
    height: 50px;
}

.logo:hover,
.logo:focus,
.logo:active {
    text-decoration: none;
}

.logo {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: 1px;
    text-decoration: none;
}

a {
    text-decoration: none;
    color: #333333;
}

.breadcrumb a {
    text-decoration: underline;
}

.main-nav a {
    margin-left: 18px;
    text-decoration: none;
    color: #222;
    font-weight: 500;
}
.main-nav a:hover {
    text-decoration: underline;
}

.content {
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 20px;
}

.main-article {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 20px;
    margin-bottom: 40px;
    border-bottom: solid thin #d4c3b6;
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-article img {
    width: 100%;
    border-radius: 4px;
}

.main-article-text h1 {
    font-size: 2.4rem;
    margin-bottom: 10px;
}

.main-article-text p, .category-header p {
    font-size: 1.1rem;
    color: #444;
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 25px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.card {
    background: #fff;
    padding: 20px;
    border-radius: 4px;
    border: 1px solid #d4c3b6;
}

.card h2 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.article-page .breadcrumb {
    font-size: 0.9rem;
    margin-bottom: 18px;
    opacity: 0.7;
}

.article-page .breadcrumb a {
    color: inherit;
    text-decoration: none;
}
.article-page .breadcrumb a:hover {
    text-decoration: underline;
}

.article {
    max-width: 820px;
    margin: 0 auto;
}

.article-title {
    font-size: 2.6rem;
    margin-top: 30px;
    margin-bottom: 10px;
    line-height: 1.25;
}

.article-meta {
    font-size: 0.95rem;
    opacity: 0.75;
    margin-top: 12px;
    margin-bottom: 28px;
}

.article-figure {
    margin: 32px 0;
}

.article-figure img {
    width: 100%;
    border-radius: 6px;
    border: 1px solid #d4c3b6;
}

.article-figure figcaption {
    margin-top: 6px;
    font-size: 0.9rem;
    opacity: 0.7;
}

.article-body p, .category-header p {
    margin-bottom: 18px;
    font-size: 1.12rem;
    line-height: 1.68;
}

.category-header {
    border-bottom: solid thin #d4c3b6;
}

.article-body h2 {
    margin-top: 38px;
    margin-bottom: 12px;
    font-size: 1.7rem;
}

.article-body h3 {
    margin-top: 26px;
    margin-bottom: 8px;
    font-size: 1.35rem;
}

.article-body blockquote {
    margin: 28px 0;
    padding: 18px 24px;
    background: #fff;
    border-left: 4px solid #d4c3b6;
    font-style: italic;
    font-size: 1.15rem;
    line-height: 1.55;
}

.related-section {
    margin-top: 35px;
}

.double {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    text-align: left;
}

.half {
    width: 45%;
    display: inline-block;
    vertical-align: middle;
}

.half.left{
    margin-right: 20px;
}

footer {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    background: #f2dfce;
    border-top: 1px solid #d4c3b6;
    border-bottom: 1px solid #d4c3b6;
    height: 50px;
    width: 100%;
    vertical-align: bottom;
    margin-top: auto;
    position: absolute;
    bottom: 0;
}

.video-holder {
    position: relative;
    width: 100%;
    max-width: 497px;
    margin: 0 auto;
    overflow: hidden;
}

.video {
    width: 100%;
    height: auto;
    display: block;
}

.all {
    width: 100%;
    position: relative;
    min-height: 100%;
}
