        html, body {
            cursor: url("cursor.ico"), default;
        }

                @font-face {
            font-family: DOS;
            src: url(https://file.garden/aBb6prPw8QkQxICV/website/fonts/Web437_DOS-V_re_ANK24.woff);
        }
h2, h1 {
                font-family: DOS, monospace;
}
h3 {
    font-size: 24px;
    font-weight: bold;
}


        .post-title {
            font-size: 35px;
            font-weight: 700;
            margin-bottom: 20px;
            color: #000;
                font-family: "Verdana", monospace;

            text-align: center;
        }

        .post-content {
            font-size: 16px;
            line-height: 1.2;
            color: #000;
            text-align: left;
        }
.post-content p {
    margin-bottom: 8px;
    margin-top: 8px;

}

        * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: "Verdana", sans-serif;
            font-style: normal;
            font-weight: thin;
            background-color: #e6f3ff;
            background-size: 120px 120px;
            background-position: 0 0, 0 60px, 60px -60px, -60px 0px;
            animation: moveBackground 5s linear infinite;
        }


        .container {
            max-width: 950px;
            margin: 0 auto;
            padding: 40px 20px;
            min-height: 100vh;
        }

        .header {
            text-align: center;
            margin-bottom: 60px;
        }

        .logo {
            max-width: 400px;
            width: 100%;
            height: auto;
            margin-bottom: 20px;
        }

        .nav-link {
  display: block;
            color: #4285f4;
            font-size: 14px;
            margin-top: 10px;
  text-decoration: underline;
  text-align: center;
  margin-bottom: 30px;
    font-weight: bold;
        }


        .blog-post {
            padding: 40px;
            margin-bottom: 40px;
  box-shadow: 0px 0px 0 transparent;

        }

        .post-date {
            text-align: center;
            font-size: 14px;
            color: #4B6BF9;
            margin-top: 20px;

        }

        @media (max-width: 768px) {
            .blog-post {
                padding: 30px 20px;
            }

            .post-title {
                font-size: 22px;
            }

            .post-content {
                font-size: 13px;
            }
        }
