@font-face {
		font-family: "FindersKeepers";
		src: url("https://listentosilence.neocities.org/fonts/FindersKeepers.ttf") format('truetype');}

body{
background:url(/images/miniblog.png);
background-repeat:no-repeat;
background-size:cover;
background-attachment:fixed;
font-family:"FindersKeepers";
font-size:24px;
color:black;
cursor: url(/iMac/cursors/default.svg), auto;}

a:link,a:active,a:visited{text-decoration: none;color:black;}
a:hover{color:pink;text-decoration:underline;}

.home{
margin-top: 19px;
margin-left: 1353px;
width: 70px;
height: 63px;
position: fixed;
cursor: url(/iMac/cursors/handpointing.svg), pointer;
}
        
.welcome{
margin-top: 417px;
margin-left: 8px;
position: fixed;
width: 46px;
height: 62px;
cursor: url(/iMac/cursors/handpointing.svg), pointer;
}        
        
.miniblog{
margin-top: 486px;
margin-left: 7px;
position: fixed;
width: 48px;
height: 62px;
cursor: url(/iMac/cursors/handpointing.svg), pointer;
}
.entries{
margin-top: 45px;
margin-left: 462px;
width: 601px;
height: 675px;
position: fixed;
cursor: url(/iMac/cursors/textcursor.svg), text;
overflow:scroll;
-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.entries::-webkit-scrollbar {
  display: none;
}
.logs{
width: 597px;
height: 681px;
margin-top: -6px;
margin-left: -7px;
position: fixed;
overflow:scroll;
z-index:1;
cursor: url(/iMac/cursors/textcursor.svg), text;  
-ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.logs::-webkit-scrollbar {
  display: none;
}
.title{text-align:center;;font-size:36px;margin-bottom:2px;margin-top:10px;}
.entry{text-align:justify;text-indent:6ch;margin-left: 10px;margin-right:10px;margin:10px;}
.dates{border: 1px dashed black;text-align: right;margin: 10px;padding: 6px;}

.currently{
margin-top: 554px;
margin-left: 7px;
position: fixed;
width: 48px;
height: 62px;
cursor: url(/iMac/cursors/handpointing.svg), pointer;
}

.guestbook{
margin-top: 624px;
margin-left: 7px;
position: fixed;
width: 48px;
height: 61px;
cursor: url(/iMac/cursors/handpointing.svg), pointer;
}

.cbox{
margin-top: 540px;
margin-left: 1364px;
position: fixed;
width: 48px;
height: 63px;
cursor: url(/iMac/cursors/handpointing.svg), pointer;
}

.footer {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 597px;
  text-align: center;
  z-index:13;}