<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";#blog-header {width: 100%;height: 50vh;display: flex;align-items: center;justify-content: center;}#blog-header img {width: 100%;height: 100%;object-fit: cover;position: absolute;top: 0;left: 0;}#blog-header .header-text {text-align: center;color: white;width: 100%;max-width: 72vh;margin: 10rem;z-index: 1;}#blog-header .header-text span {font-size: 4rem;}#blog-header .header-text span::after {content: "";width: 66%;margin: 0 auto;height: 2px;background: #895E00;display: block;}.pagination {display: flex;justify-content: center;align-items: center;}.pagination a, .pagination .current {display: inline-block;margin: 0 5px;}.older {float: right;}.newer {float: left;}.blog-images {text-align: center;}.blog-images img {max-width: 100%;height: auto;}</pre></body></html>