html
{
    width: 100%;
    height: 100%;
}

@font-face {
  font-family: 'smiler';
  src: url(https://thehappysmiler.com/Jokerman.ttf);
}

body {
  background-image: url('grins/thehappyfuckenwanderer.gif');
  font-family: Smiler, Fallback, sans-serif;
  text-align: center;
  padding-left:20px;
  padding-right:20px;
  cursor: url("cursor.png"), auto;
  border: 40px solid transparent;
  border-image: url("border.png") 47 47 0  round;

}

img {
  position: -webkit-sticky; /* Safari */
  position: sticky;
  top: 0;
  max-width:100%;
  height:auto;
}

h1 {
font-size: 50px;
padding: 10px;
text-shadow: 2px 2px red;
}

.bartsmiler {
position: fixed;
height: auto;
width: 10%;
bottom: 1%;
margin: 0;
padding: 0;
z-index: 1;
font-size: 1rem;
}

.bartstay {
  position: relative;
}

footer
{
position: fixed;
right: 0;
bottom: 0;
margin: 10;
padding: 10;
z-index: 1;
}

#guestbooks___guestbook-messages-header {
  font-size: 18px;
  color: #1d1c32;
  /* margin-top: 10px; */
  text-shadow: 2px 2px green;
}

#guestbooks___guestbook-messages-container {
  margin: 0;
  text-shadow: 0 0 3px #ff33e6, 0 0 5px #bcbcff;
  font-size: 18px;
  overflow-y: scroll;
  height: 20rem;
}

.smilebook  {
  Position: fixed;
  width: 20%;
  right: 0rem;
  bottom: 5rem;
  align-content: center;
  margin: 0;
  padding: 2rem;
}

#loader {
  position: absolute;
    top:0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 50%;
    width: 50%;
    display: flex;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(720deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(720deg); }
} */

/* Add animation to "page content"
.animate-bottom {
  position: relative;
  -webkit-animation-name: animatebottom;
  -webkit-animation-duration: 1s;
  animation-name: animatebottom;
  animation-duration: 1s
}

@-webkit-keyframes animatebottom {
  from { bottom:-100px; opacity:0 }
  to { bottom:0px; opacity:1 }
}

@keyframes animatebottom {
  from{ bottom:-100px; opacity:0 }
  to{ bottom:0; opacity:1 }
}

#myDiv {
  display: none;
  text-align: center;
}
