@font-face {
    font-family: 'OMORI';
    src: url('OMORI_GAME.woff2') format('woff2'),
        url('OMORI_GAME.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body {
    padding: 0;
    margin: 0;
    background: #fff0f6;
    font-family: 'OMORI', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #5a3e5b;
    background: #FFF url('cakebg.png') repeat 0 0;
    font-size: x-large;
}

p {
font-size: xx-large;
}


ul {
	font-size: xx-large;
	list-style-type: "❥ ";
	list-style-position: inside;
}

ol {
	font-size: xx-large;
}

.blog {
    max-width: 900px;
    background: #ffeef8;
    margin: 0 auto;
    padding: 50px;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(255, 182, 193, 0.3);
}

.blog-post {
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    padding-bottom: 20px;
}

.blog-post:hover {
    background: #fffff8;
}

.markdown {
    max-width: 800px;
}

.markdown h1 {
    text-align: center;
	text-decoration: underline;
    color: #d45d79;
    font-weight: bold;
    margin-bottom: 30px;
}

.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
    text-align: left;
    color: #b85c7b;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 10px;
	font-size: xxx-large;
}

.markdown blockquote {
    background: #fff0f6;
    box-shadow: 0 0 8px rgba(255, 182, 193, 0.4);
    border-radius: 15px;
    padding: 20px 25px 20px 45px;
    position: relative;
    overflow: hidden;
    font-style: italic;
    color: #a64d7a;
    border-left: 8px solid #f9c0d6;
}

.markdown blockquote:before,
.markdown blockquote:after {
    content: 'E;
    position: absolute;
    font-family: 'Georgia', serif;
    font-size: 80px;
    color: rgba(255, 182, 193, 0.3);
    line-height: 1;
}

.markdown blockquote:before {
    left: 15px;
    top: 5px;
}

.markdown blockquote:after {
    content: 'E;
    right: 15px;
    bottom: 5px;
}

.markdown img {
    display: block;
    margin: 20px auto;
    max-width: 100%;
    border-radius: 15px;
    box-shadow: 0 6px 15px rgba(255, 182, 193, 0.3);
    border: 3px solid #f9c0d6;
}

.markdown img + code {
    text-align: center;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    color: #d45d79;
    font-weight: 600;
}

.markdown code {
    background: #f9c0d6;
    color: #5a3e5b;
    padding: 8px 12px;
    border-radius: 12px;
    display: inline-block;
    width: auto;
    overflow-x: auto;
    font-family: 'Courier New', Courier, monospace;
    font-weight: 600;
    box-shadow: 0 2px 6px rgba(255, 182, 193, 0.4);
}
