@font-face{
font-family: 'simplythebest';
src: url(../fonts/KGSimplytheBest.ttf);
}

@font-face{
font-family: 'yoster island';
src: url(../fonts/yoster.ttf);
}

@font-face{
font-family: 'adabelle';
src: url(../fonts/AdabelleHandwriting-Regular.ttf);
}


/* body stuff */  

html, body {
height: 100%;
margin: 0;
padding: 0;
}

body {
width: 100%;
align-content: center;
cursor: url("../images/pixels/tumblr_b8a941dabcd102ff7afc32e01be54f89_8eea338b_75.webp"), auto;
background:#fbf6f6 url(../images/tumblr_e3226d4585fb0263aa3fb12c14cbc202_2aaa33a7_75.webp) fixed;
font:11px simplythebest;
line-height:12px;
color: #9e9999;
letter-spacing:1.2px;
text-align:justify;
overflow: scroll;}


/* links & other */

a:link, a:visited, a:active { 
color:#F67C8B;text-decoration:none;}
a:hover {color:#666; cursor: url("../images/pixels/tumblr_b8a941dabcd102ff7afc32e01be54f89_8eea338b_75.webp"), auto;}

b {color:#413636;font-weight:bold;font-family:simplythebest;font-size:10px;}
i {color:#FC96BB;font-weight:bold;font-style:italic;}
u {color:#888;text-decoration:underline;} 


/* scrollbar */

::-webkit-scrollbar-thumb {
background-color: #fff; border-radius:5px;
border:1px solid #F8ACBF;}
::-webkit-scrollbar {
width: 7px; height: 0px; 
background: transparent;}


/* titles */

.title 
{background:#fff;
text-transform:uppercase;
font:bold 12px adabelle; 
color:#777;
line-height:10px;
padding:0px;
padding-bottom:4px;border-bottom:1px dashed #ddd;
margin-bottom:7px;
letter-spacing:2px;
}


/* container */

.wrapper {
margin: 0 auto;
width: 100%;
max-width: 700px;
padding: 10px 0;
box-sizing: border-box;
}


.layout {
max-width: 100%;
display: flex;
gap: 8px;
box-sizing: border-box;
justify-content: center;
}

/* buttons */

.menu a {
background:transparent;
padding-top:2px;
padding-left:4px;
font:normal 10px simplythebest;
line-height:12px;
text-transform:uppercase;
letter-spacing:1px;
color:#F8ACBF;}

.menu a:hover {
color:#666;}


/* blogbox */

.blogbox {
height: 460px;
padding: 6px 6px;
margin-bottom:13px;
border:1px dashed #F8ACBF;
background-color: #fdfdfd;
box-shadow: 3px 4px #FEDFE9;
overflow: scroll;
border-radius:5px;}

/* blog main */

.blogmain  { flex: 0 0 65%; padding-left:3px;padding-right:3px;
box-sizing: border-box;}

/* blog */

.blog
{background:#fff;
font: 14px adabelle; 
padding-bottom:4px;
color:#777;
line-height:10px;
padding:0px;
margin-bottom:7px;
letter-spacing:2px;
}

/* blurryimg */

.imgblur {
display: block;
margin: auto;
width: 50%;
filter: blur(6px);
transition-duration: 0.8s;
&:hover {
filter: blur(0) }
}

/* footer */

.footer {text-align: center;
padding-top: 7px;}


/* responsive */

@media (max-width: 640px) { 
.layout {
flex-direction: column;
}
.left, .main, .right {
flex: 1 1 100%;
}
}