html {
    font-family: "Lastik" !important;

    margin: 0;
    padding: 0;
    position: fixed;
    overflow: scroll;

}

#body {
    margin-top: -0vh;
}

body {
    overflow: scroll;
    margin: 0;
    padding: 0;
    height: 100vh;
    background-color: rgb(255, 249, 231);
    font-size: 16pt;
    width: 100vw;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

*::-webkit-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
    display: none;
}

*::selection {
    background-color: yellow;
}
button{
    align-content: center;
    padding: .1em;
    text-align: center;
    font-family: "Lastik";
    font-size: 1em;
    background-color: blanchedalmond;
    color:blue;
}
button:hover{
    border: 4px dotted blue;
    background-color: rgb(255, 153, 0);
    color:blue;
}
#italic{
    font-style:italic ;
}
#quote {
    color: red;
    margin-left: 2vw;
}
#booksbooksbooks{
    top: 6vh;
    right: 1vh;
    position: absolute;
    z-index: 1000;
}

#wordswordswords {
    top: 1vh;
    right: 1vh;
    position: absolute;
    z-index: 1000;
}

#allbooktitles {
	z-index: 1;
    padding: 1em;
	top: 100px;
    right:200px;
	background-color: rgb(239, 162, 255);
	display: none;
	position: absolute;
	color: black;
	font-size: -4em;
	text-align: center;
	border: 1px solid black;
	width: 23vw;
    height: 50vh;
}

#wordcloud {
   z-index: 1;
    padding: 1em;
	top: 50px;
    right:300px;
	background-color: rgb(255, 219, 110);
	display: none;
	position: absolute;
	color: black;
	font-size: -4em;
	text-align: center;
	border: 1px solid black;
	width: 23vw;
    height: 50vh;
}


.dear {
    font-size: 1em;
    margin-left: 20vw;

}

#datesdiv {
    border: 3px ridge gray;
    padding: .1em;
    text-align: left;
    font-size: 1em;
    background-color: blanchedalmond;
    color:blue;
    line-height: 150%;
    position: absolute;
    top: 1vh;
    left: 1vw;
    width: 6vw;
    height: fit-content;
}
#datesdiv a:hover{
    background-color: yellow;
}
.date {
    width: 100vw;
    text-align: right;
    padding: 0;
    font-size: 1em;
    color: blue;
    margin-left: 23vw;
    font-weight: bold;
}

#this {
    line-height: 150%;
    font-size: 1em;
    width: 50vw;
    margin-left: 23vw;
}

.reading {
    font-style: italic;
    text-decoration: underline;
}

[data-type="diary"] {
    /* background-color: white; */
    padding: .5em;
    height: fit-content;
    width: fit-content;
    /* border: 1px solid black; */
}

[data-type="reader"]{
    /* background-color: beige; */
    padding: .5em;
    height: fit-content;
    width: fit-content;
    /* border: 1px solid red; */
}
#link{
    text-decoration:underline;
    font-style: normal !important; 
    background-color: rgb(255, 177, 255);

}


@font-face {
    font-family: "Lastik";
    src: url("https://hub.xpub.nl/cerealbox/~sevgi/XPUB2/Gunluk/Serif.ttf");
}